You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Joon-Mo Yang 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: