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

Switch tests directories #125

Merged
merged 3 commits into from
Jul 24, 2024
Merged

Switch tests directories #125

merged 3 commits into from
Jul 24, 2024

Conversation

GuiMacielPereira
Copy link
Collaborator

@GuiMacielPereira GuiMacielPereira commented Jul 23, 2024

Description of work:
Change structure of tests from `tests/calibration/unit' to 'tests/unit/calibration/'
This makes it simpler to run all unit tests with a single path

To test:
Check that all tests in last commit were all run and completed successfully

Fixes #xxxx.

Switched order tests/analysis/unit -> tests/unit/analysis.

This is to simplify process of running unit tests, since it
requires only a single directory to run the all of the unit tests.

Changed imports and input paths according to new organization
Needed to change workflow so that changes inside the tests folder also trigger running all tests.
@GuiMacielPereira GuiMacielPereira marked this pull request as ready for review July 23, 2024 14:15
@SilkeSchomann SilkeSchomann self-assigned this Jul 23, 2024
Copy link
Collaborator

@SilkeSchomann SilkeSchomann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new structure will make it easier to use coverage. The tests are still running without problems.

@GuiMacielPereira GuiMacielPereira merged commit 19dc50e into main Jul 24, 2024
1 check passed
@GuiMacielPereira GuiMacielPereira deleted the switch-tests-directories branch July 24, 2024 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants