Ecdar / Reveaal

A model checking engine for ECDAR (Environment for Compositional Design and Analysis of Real Time Systems) written in rust.
5 stars 7 forks source link

Restructure of tests #154

Open t-lohse opened 1 year ago

t-lohse commented 1 year ago

Some tests are located in the src/tests directory. A lot of these unit tests should be instead be in a tests 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 to src/System/extract_system_rep.rs and src/TransitionSystems/transition_system.rs.