-
Couldn't load subscription status.
- Fork 51
Unit Tests
Kwang Yul Seo edited this page Jun 11, 2018
·
2 revisions
Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code. Unit tests can be compiled and run with:
cargo test --all
To run test for individual modules, run following command at module root directory:
cargo test