Closed jayvdb closed 5 years ago
Merging #79 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #79 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 3 3
Lines 101 101
=====================================
Hits 101 101
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update ec9f50f...59e74d4. Read the comment docs.
Fully approve the README doctest hack though.
Agree those timeouts are probably a good idea. What's the difference between the two timeout values?
timeout
is pytest-timeout
, and the other is a core part of pytest
And, yeah, it doesn't seem to be possible to override the global -p no:warnings
in the config file with a supposedly-overriding -p warnings
elsewhere, I tried that.
I suppose maybe I should've posted a bug report for it when I found it? I figured it was some inevitable behavior of the pytest plugin system.
I think this way is working. Alternatively, rm tox.ini
also works.
Alternatively,
rm tox.ini
also works.
Just burn it all down!
We do still have to pass -W error::Warning
, though, right? (Even after rm tox.ini
)
Can't make
-p no:warnings
global.