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

Python unit test clean-up #1595

Merged
merged 4 commits into from
Jun 24, 2021
Merged

Conversation

noraabiakar
Copy link
Contributor

@noraabiakar noraabiakar commented Jun 23, 2021

@noraabiakar noraabiakar changed the title Remove test_simulator.py Python unit test fixes Jun 24, 2021
@noraabiakar noraabiakar changed the title Python unit test fixes Python unit test clean-up Jun 24, 2021
@noraabiakar noraabiakar requested review from halfflat and thorstenhater and removed request for halfflat June 24, 2021 08:07
@@ -21,6 +21,7 @@
import test_contexts_arbmpi
import test_contexts_mpi4py
import test_domain_decompositions
import simulator
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't see anything that matches this module name; should this line be here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's supposed to be test_simulator

Copy link
Contributor Author

Choose a reason for hiding this comment

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

And it's for completeness. AFAICT, the try clause will always fail unless there's an options.py file in the same directory as test_* files and the runner.py file, which isn't the case at the moment.

@halfflat halfflat merged commit 5661a74 into arbor-sim:master Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants