Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
1f10c930
Unverified
Commit
1f10c930
authored
Sep 10, 2018
by
yann300
Committed by
GitHub
Sep 10, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #963 from ethereum/addDocTest
Add unit test doc
parents
7e9dfe1a
8480f2eb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
0 deletions
+25
-0
remix_unittest.png
docs/images/remix_unittest.png
+0
-0
index.rst
docs/index.rst
+1
-0
unittesting_tab.md
docs/unittesting_tab.md
+24
-0
No files found.
docs/images/remix_unittest.png
0 → 100644
View file @
1f10c930
115 KB
docs/index.rst
View file @
1f10c930
...
@@ -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
...
...
docs/unittesting_tab.md
0 → 100644
View file @
1f10c930
Unit Testing
============
The unit testing tab allows to run unit testing.

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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment