Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure of tests #154

Open
t-lohse opened this issue Mar 30, 2023 · 0 comments
Open

Restructure of tests #154

t-lohse opened this issue Mar 30, 2023 · 0 comments
Labels
approachable Easily approachable without taking major design decisions enhancement New feature or request good first issue Good for newcomers

Comments

@t-lohse
Copy link
Contributor

t-lohse commented Mar 30, 2023

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.

@t-lohse t-lohse added enhancement New feature or request good first issue Good for newcomers approachable Easily approachable without taking major design decisions labels Mar 30, 2023
seblund pushed a commit that referenced this issue May 11, 2023
* Added small todo as asked by Sebastian

* format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approachable Easily approachable without taking major design decisions enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant