-
Notifications
You must be signed in to change notification settings - Fork 8
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
156 switch nose to pytest #157
Conversation
Pull Request Test Coverage Report for Build 10560951331Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for looking into this. One question on policy.
setup.cfg
Outdated
@@ -1,5 +1,6 @@ | |||
[tool:pytest] | |||
exclude=test_(extractor_ctio_planetary_nebula|astrometry|mcmc|multispectra) | |||
# exclude=test_(extractor_ctio_planetary_nebula|astrometry|mcmc|multispectra) | |||
addopts = --ignore=tests/test_astrometry.py --ignore=tests/test_mcmc.py --ignore=tests/test_extractor_ctio_planetary_nebula.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are you ignoring broken tests rather than deleting them (or renaming them so pytest doesn't find them)? It looks like we mark test_astrometry.py as broken in our branch and skip it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because the test work fine on my laptop but I don't understand why in the github workflow it fails. I still hope to find a solution one day so I don't delete the file...
I have no more changes to bring to the code. Ready for review @timj |
No description provided.