Restructure of tests #154
Labels
approachable
Easily approachable without taking major design decisions
enhancement
New feature or request
good first issue
Good for newcomers
Some tests are located in the
src/tests
directory. A lot of these unit tests should be instead be in atests
submodule in the relevant module to uphold the Rust standard (https://doc.rust-lang.org/book/ch11-03-test-organization.html). For example, a lot of the clock reduction tests should probably be moved tosrc/System/extract_system_rep.rs
andsrc/TransitionSystems/transition_system.rs
.The text was updated successfully, but these errors were encountered: