summaryrefslogtreecommitdiff
path: root/tests/conftest.py
Commit message (Expand)AuthorAgeFilesLines
* mypy: Iterator is better than GeneratorNed Batchelder2023-01-051-5/+5
* mypy: use __future__ uniformly in checked filesNed Batchelder2023-01-051-0/+2
* mypy: test helpers: conftest.py mixins.py osinfo.pyNed Batchelder2023-01-041-8/+10
* refactor: removed mentions of Jython and IronPythonNed Batchelder2022-12-301-9/+0
* test: suppress one more deprecation warning during testsNed Batchelder2022-06-111-0/+6
* style: parens should indent the same as their opening lineNed Batchelder2022-05-011-2/+2
* refactor(test): a context manager to swallow warningsNed Batchelder2022-02-041-0/+5
* build: adjust the warning suppressions we needNed Batchelder2022-01-041-18/+0
* test(feat): track test times, and balance xdist workersNed Batchelder2021-11-281-49/+5
* test(refactor): simplify the logic of writing subcover.pthNed Batchelder2021-11-211-4/+2
* test(fix): remove the subcover.pth file when the main session endsNed Batchelder2021-11-211-16/+20
* test(refactor): use pathlib for the pth filesNed Batchelder2021-11-211-11/+9
* test(fix): never delete the pth fileNed Batchelder2021-11-211-4/+6
* fix(test): make .pth files once per sessionNed Batchelder2021-11-211-2/+49
* test: properly reset a few globals between every testNed Batchelder2021-11-171-0/+17
* docs: document the exceptionsNed Batchelder2021-11-141-4/+4
* test: force VirtualenvTest onto one worker to save timeNed Batchelder2021-11-021-7/+50
* debug: code we can enable to see where tests are running and in what orderNed Batchelder2021-10-301-1/+9
* test: we really don't want to hear about imp being deprecatedNed Batchelder2021-10-121-0/+5
* test: this xdist defensiveness now seems unneededNed Batchelder2021-10-081-26/+0
* build: update pylint and remove some unneeded warning suppressionNed Batchelder2021-07-181-15/+0
* test: better checking for CoverageWarningsNed Batchelder2021-05-311-1/+1
* refactor: move exceptions to their own moduleNed Batchelder2021-05-021-1/+1
* refactor: remove a few more version checksNed Batchelder2021-05-021-1/+1
* refactor: pyupgrade --py36-plus tests/**.pyNed Batchelder2021-05-021-1/+1
* build: suppress new 3.10 warningsNed Batchelder2021-04-141-0/+11
* test: simplify how StopEverything is converted to skipnedbat/remove-unittest-testcaseNed Batchelder2021-03-111-0/+9
* test: metacov is always xdistNed Batchelder2021-02-071-1/+1
* refactor: remove unittest.assertCountEqualNed Batchelder2021-02-061-0/+1
* 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
* 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
* 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