summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* refactor(test): a context manager to swallow warningsnedbat/pytest-7Ned Batchelder2021-12-124-5/+24
* 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
* refactor(test): make_data_file is a helper for making data filesNed Batchelder2021-11-203-19/+27
* fix: suffix=False will suppress the suffix even with multiprocessing. #989Ned Batchelder2021-11-181-0/+20
* test: properly reset a few globals between every testNed Batchelder2021-11-172-3/+19
* refactor: specialize exceptionsNed Batchelder2021-11-148-57/+57
* docs: document the exceptionsNed Batchelder2021-11-143-9/+9
* test: add a test of `coverage debug premain`Ned Batchelder2021-11-131-0/+15
* debug: the `coverage debug` command no longer accepts multiple topicsNed Batchelder2021-11-131-3/+7
* feat: 'debug data' now enumerates combinable files alsoNed Batchelder2021-11-131-9/+31
* refactor: add_lines only needs an iterable of intsNed Batchelder2021-11-134-31/+31
* test(fix): make the fullcoverage test work on 3.11Ned Batchelder2021-11-121-3/+1
* fix: don't overwrite a .gitignore in the html output directory. #1244nedbat/1244-againNed Batchelder2021-11-121-0/+7
* test(refactor): convert looping tests to parametrizeNed Batchelder2021-11-113-51/+45
* style: convert more string formatting to f-stringsNed Batchelder2021-11-1115-32/+30
* refactor: we no longer need to treat 'class' lines speciallyNed Batchelder2021-11-111-3/+3
* fix: colons in decorators shouldn't stop an exclusionNed Batchelder2021-11-101-1/+21
* fix: CPython 3.11 support. #1241Ned Batchelder2021-11-102-0/+4
* fix: warn about more source file problemsNed Batchelder2021-11-091-1/+6
* refactor(test): convert eight tests to one parametrized testNed Batchelder2021-11-071-27/+4
* refactor(test): use the expected name for initializing tests.Ned Batchelder2021-11-079-27/+24
* fix: remapping paths during combining needs to follow relative_files=True. #1147Ned Batchelder2021-11-062-76/+101
* fix: give a default value to the name argument for Matchers. #1273Ned Batchelder2021-11-051-6/+6
* fix: don't report branches to exclusions as missing. #1271Ned Batchelder2021-11-051-1/+15
* refactor(test): make traceback checks a bit flexibleNed Batchelder2021-11-042-7/+11
* refactor(test): don't even import contracts if not using PyContractsNed Batchelder2021-11-041-2/+2
* test(fix): isolate excepthook tests from each otherNed Batchelder2021-11-022-0/+9
* build(test): remove obsolete jQuery gold files #840Ned Batchelder2021-11-026-182/+23
* test: force VirtualenvTest onto one worker to save timeNed Batchelder2021-11-021-7/+50
* perf(test): run pip just once, shaves 1.2s off the fixtureNed Batchelder2021-10-311-8/+9