summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fix: save data on SIGTERM #1307nedbat/fix-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
* refactor(test): make finally_jumps_back tweaks easier to seeNed Batchelder2022-01-151-39/+22
* test: a debug helper to show made-file contentsNed Batchelder2022-01-151-0/+7
* fix: 3.11 now traces decorator lines as the decorators executeNed Batchelder2022-01-152-8/+26
* fix: don't write a .gitignore unless the directory is emptyNed Batchelder2022-01-111-0/+7
* refactor(test): use a fixture to choose spawn/fork multiprocessing start_methodNed Batchelder2022-01-101-39/+65
* style(test): full env.PYVERSION can be used for <= comparisonsNed Batchelder2022-01-101-2/+2
* style(test): use a consistent name format for test_bug_XXX testsNed Batchelder2022-01-103-5/+5
* refactor(test): make behavior tweaks easier to seeNed Batchelder2022-01-101-30/+23
* refactor(test): use math.isclose to check float valuesNed Batchelder2022-01-074-10/+15
* build: adjust the warning suppressions we needNed Batchelder2022-01-041-18/+0
* test: skip a test on 3.11 while bpo46225 is worked outNed Batchelder2022-01-031-0/+5
* test(build): skip virtualenv tests on 3.11.0a3 (bpo 46028)Ned Batchelder2022-01-021-0/+2
* refactor: remove code that was only needed for Python 3.6Ned Batchelder2021-12-311-1/+0
* refactor: clean up mentions of coverage3 aliasNed Batchelder2021-12-311-13/+12
* docs: more description in balance_xdist_plugin.pyNed Batchelder2021-12-111-3/+19
* build: make upgradenedbat/upgrade-with-kitsNed Batchelder2021-11-303-4/+4
* test(feat): track test times, and balance xdist workersNed Batchelder2021-11-282-49/+179
* test(refactor): avoid full commands to speed testsNed Batchelder2021-11-262-199/+192
* test(perf): shave a few seconds off the FailUnder testsNed Batchelder2021-11-261-12/+9
* feat: multiple --concurrency values. #1012 #1082nedbat/multi-concurrencyNed Batchelder2021-11-252-17/+96
* test(fix): keep SourceIncludeOmitTest's from clobbering each otherNed Batchelder2021-11-241-8/+20
* test(fix): skip tests that trip a specific Mac 3.9 eventlet bugNed Batchelder2021-11-241-0/+10
* test(build): a better way to pin light-thread packagesNed Batchelder2021-11-241-0/+1
* 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): if two skips apply, put the more significant reason closer to...Ned Batchelder2021-11-212-2/+2
* 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-213-70/+55
* debug: see the output from run_in_venvNed Batchelder2021-11-211-0/+2
* refactor(test): move unicode handling tests to individual test filesNed Batchelder2021-11-204-85/+87
* refactor(test): three more subprocesses gone in test_summary.pyNed Batchelder2021-11-201-22/+10
* refactor(test): avoid 8 subprocesses in test_summary.pyNed Batchelder2021-11-201-45/+29
* refactor(test): remove subprocesses from test_xml.pyNed Batchelder2021-11-201-15/+23
* refactor(test): no more subprocesses in test_html.pyNed Batchelder2021-11-201-9/+13