Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 263 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 263 Bytes

Testing

Usually testing is done via cargo test.

Some tests use massive test files which are not committed to avoid blowing out the repository size. These files are housed locally and ignored in the tests. The tests can be run with cargo test -- --ignored.