Unverified Commit 1f10c930 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #963 from ethereum/addDocTest

Add unit test doc
parents 7e9dfe1a 8480f2eb
...@@ -44,6 +44,7 @@ Userful links: ...@@ -44,6 +44,7 @@ Userful links:
run_tab run_tab
udapp udapp
contract_metadata contract_metadata
unittesting_tab
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
......
Unit Testing
============
The unit testing tab allows to run unit testing.
![image](images/remix_unittest.png)
Generate test File
------------------
This create a new solidity file in the current folder suffixed with `_test`.
This file contains the minimun you need for running unit testing.
Run Tests
---------
This execute tests. The execution is run in a separate environment and the result is displayed below.
Continuous integration
----------------------
remix-tests is also a CLI, it can be used in a continuous integration environement which support node.js.
Please find more information
https://github.com/ethereum/remix/tree/master/remix-tests
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment