summaryrefslogtreecommitdiff
path: root/tests/conftest.py
Commit message (Collapse)AuthorAgeFilesLines
* test: simplify how StopEverything is converted to skipnedbat/remove-unittest-testcaseNed Batchelder2021-03-111-0/+9
| | | | | | The auto-decorating metaclass was interfering with parameterized methods on Python 2.7. But we don't need it anymore anyway, since pytest will let us hook to deal with the exception in a simpler way.
* test: metacov is always xdistNed Batchelder2021-02-071-1/+1
|
* refactor: remove unittest.assertCountEqualNed Batchelder2021-02-061-0/+1
| | | | Another step toward removing unittest.TestCase.
* test: configure pytest assertion rewriting in coveragetest.pyNed Batchelder2021-01-311-0/+4
|
* Use the modern way to load modules by file name.Ned Batchelder2021-01-101-4/+15
| | | | | | | Python 3.10 finally got super-noisy about load_module, which has been deprecated since 3.4! https://docs.python.org/3/library/importlib.html#importlib.abc.Loader.load_module
* Adjust other env.PYPY tests to the latest wayNed Batchelder2019-12-311-1/+1
|
* Use pylint 2.xNed Batchelder2019-05-131-1/+0
|
* Silence a DeprecationWarningNed Batchelder2019-05-091-0/+5
| | | | | | "DeprecationWarning: Use inspect.signature() instead of inspect.getfullargspec()" This started appearing with Python 3.8a4.
* Move set_env.py to github.com/nedbat/oddsNed Batchelder2019-04-071-0/+3
|
* Suppress another warningNed Batchelder2018-12-231-0/+1
|
* Control the sys.path that tests seeNed Batchelder2018-11-251-0/+35
|
* Check for import orderNed Batchelder2018-09-131-1/+2
|
* Quiet a pylint warningNed Batchelder2018-06-301-0/+2
|
* ResourceWarning isn't in py2?Ned Batchelder2018-06-291-1/+1
|
* Suppress needless warnings during testsNed Batchelder2018-06-291-0/+14
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* Enable DeprecationWarnings during testsNed Batchelder2017-10-121-0/+18