summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* feat(html): version and timestamp at the top of report files.Ned Batchelder2022-05-201-4/+6
* style: remove an orphaned importNed Batchelder2022-05-201-1/+0
* test: remove file-removal that isn't needed anymoreNed Batchelder2022-05-202-9/+2
* test: check that our generated html files have valid hrefsNed Batchelder2022-05-191-1/+25
* chore: update html test gold filesJ. M. F. Tsang2022-05-1938-76/+794
* fix: the SIGTERM handler is now opt-in. #1310Ned Batchelder2022-05-181-3/+10
* Use tomllib on Python 3.11 (#1359)Shantanu2022-05-152-8/+11
* test: remove version-specfic skips we no longer needNed Batchelder2022-05-132-26/+0
* test: CPython #92236 is fixed for 3.11.0b2Ned Batchelder2022-05-131-1/+2
* test: skip tests that fail until CPython #92236 is fixedNed Batchelder2022-05-121-0/+20
* style: parens should indent the same as their opening lineNed Batchelder2022-05-0122-115/+115
* build: Build and test tweaks to help with cross-compilationSteve Dower2022-04-303-6/+11
* fix: protect fullcoverage against lineno=None, bpo46911Ned Batchelder2022-03-031-4/+0
* test: no need to protect against a 3.11.0a4 bug anymoreNed Batchelder2022-03-032-18/+0
* fix: pypy3.9 traces decorators like CPython 3.8Ned Batchelder2022-02-202-20/+0
* style: remove pylint exclusions only needed for 2/3Ned Batchelder2022-02-201-1/+1
* fix: provide an intelligible error message for multiprocessing with no config...Ned Batchelder2022-02-091-0/+4
* refactor(test): simplify these testsNed Batchelder2022-02-091-12/+4
* test: dropping old Python versions mean we no longer need optimize_if_not_deb...Ned Batchelder2022-02-061-8/+5
* test: nicer way to test debug=pybehaveNed Batchelder2022-02-062-5/+7
* debug: pybehave is now an option on `coverage debug`Ned Batchelder2022-02-062-1/+20
* refactor: out_lines was a bad name for a multi-line string.Ned Batchelder2022-02-061-22/+21
* test: SQLite errors come in a few formsNed Batchelder2022-02-061-3/+4
* doc, test: clean up from 'better tracing of pytracer changed'Ned Batchelder2022-02-061-2/+2
* test: make if_not_debug optimization testing a little more rationalNed Batchelder2022-02-061-5/+3
* test: adapt to PyPy 3.9 v7.8.8Ned Batchelder2022-02-062-1/+22
* refactor(test): a context manager to swallow warningsNed Batchelder2022-02-044-5/+24
* test: include lock debugging in the debug_callers testNed Batchelder2022-02-031-1/+1
* test: update --precision & --fail-under tests to really test the fix from #1317Ned Batchelder2022-02-011-38/+51
* fix: use --precision argument when checking --fail-under (#1317)Marcelo Trylesinski2022-02-011-0/+3
* debug: better tracing of pytracer changedNed Batchelder2022-01-301-1/+8
* test: skip tests on py 3.11.0a4 that are failing in metacovNed Batchelder2022-01-292-2/+12
* test: bpo 46028 only is a problem under very specific circumstancesNed Batchelder2022-01-271-1/+6
* feat: use --data-file to configure the coverage databaseNikita Bloshchanevich2022-01-251-0/+25
* test: the sigterm tests have some race conditions, let them re-run if neededNed Batchelder2022-01-231-0/+1
* fix: save data on SIGTERM #1307Ned Batchelder2022-01-231-0/+79
* style: cleanups after lcov, though more than just lcovNed Batchelder2022-01-221-154/+121
* fix: small fixes to lcov, and changes.rst mention.Ned Batchelder2022-01-221-5/+5
* feat: add "lcov" command for generating LCOV reportsBradley Burns2022-01-222-18/+381
* test: bpo46389 improvements on tip of cpythonNed Batchelder2022-01-221-2/+2
* test: bpo46028 was fixed in 3.11 this weekNed Batchelder2022-01-221-1/+1
* test: add one sql test to cover an unlikely case in the codeNed Batchelder2022-01-211-5/+13
* fix: create the db as needed when accessedNed Batchelder2022-01-201-15/+2
* test: i can't figure out what versions of 3.9 this passes or failsNed Batchelder2022-01-191-1/+1
* refactor(test): use xfail for tests that fail on specific versions of PythonNed Batchelder2022-01-196-25/+19
* test: minor cleanup from start_method fixture workNed Batchelder2022-01-151-2/+1
* fix: proper tracing of call/return for Python 3.11.0a4Ned Batchelder2022-01-151-2/+0
* test: skip tests suffering from bpo 46389 (3.11)Ned Batchelder2022-01-152-3/+13
* test: virtualenv tests are still broken on 3.11.0a4 (bpo 46028)Ned Batchelder2022-01-151-1/+1
* test: skip test that fails due to bpo 46331Ned Batchelder2022-01-151-0/+5