remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
remix-project/docs/unittesting_tab.md

694 B

Unit Testing

The unit testing tab allows to run unit testing.

image

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 in the remix-test repository