-
Notifications
You must be signed in to change notification settings - Fork 6
Restructure of tests #154
Copy link
Copy link
Open
Labels
approachableEasily approachable without taking major design decisionsEasily approachable without taking major design decisionsenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
approachableEasily approachable without taking major design decisionsEasily approachable without taking major design decisionsenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Some tests are located in the
src/testsdirectory. A lot of these unit tests should be instead be in atestssubmodule 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.rsandsrc/TransitionSystems/transition_system.rs.