- Notifications
You must be signed in to change notification settings - Fork441
Fix loading of defaults during pytest fixture setup#489
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
Also make matarrayout and matarrayin function scoped fixtures sothat they can set the warnings filters individually as needed foreach test.
coveralls commentedDec 30, 2020
coveralls commentedDec 30, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I'm not enough of a pytest guru (yet -:) to understand this in detail. OK by me to merge unless you feel that someone else should have a closer look first. |
I think I tested it thoroughly on my local machine. Given that it affects only the test suite and not the end user I feel confident enough to merge it with "just" your OK. |
Meh, the 3 uncovered lines in freqplot need some investigation before merging. |
Also make matarrayout and matarrayin function scoped fixtures so
that they can set the warnings filters individually as needed for
each test.
Fixes#488