summaryrefslogtreecommitdiff
path: root/tests/test_api.py
Commit message (Expand)AuthorAgeFilesLines
* test(refactor): avoid full commands to speed testsNed Batchelder2021-11-261-1/+187
* test(fix): keep SourceIncludeOmitTest's from clobbering each otherNed Batchelder2021-11-241-8/+20
* refactor(test): make_data_file is a helper for making data filesNed Batchelder2021-11-201-4/+7
* fix: suffix=False will suppress the suffix even with multiprocessing. #989Ned Batchelder2021-11-181-0/+20
* refactor: specialize exceptionsNed Batchelder2021-11-141-5/+5
* refactor: add_lines only needs an iterable of intsNed Batchelder2021-11-131-2/+2
* fix: remapping paths during combining needs to follow relative_files=True. #1147Ned Batchelder2021-11-061-9/+18
* style: remove implicit string concatenationNed Batchelder2021-10-301-1/+1
* test: exclude one last line in test_api.pyNed Batchelder2021-08-091-1/+1
* feat: `coverage combine` now prints messages naming the files being combined....Ned Batchelder2021-08-051-0/+4
* feat: warnings are now real warningsNed Batchelder2021-05-301-36/+40
* refactor: move exceptions to their own moduleNed Batchelder2021-05-021-1/+2
* refactor: pyupgrade --py36-plus tests/**.pyNed Batchelder2021-05-021-2/+2
* refactor: move the remaining backward.py code, no more backward.pyNed Batchelder2021-05-011-2/+1
* refactor: remove some unneeded behavior conditionalsNed Batchelder2021-05-011-3/+0
* refactor: remove yet more unneeded backward.py shimsNed Batchelder2021-05-011-2/+2
* refactor: remove unneeded backward.py shimsNed Batchelder2021-05-011-3/+4
* refactor: nice_file can be used as a functionNed Batchelder2021-03-221-5/+5
* refactor: remove unused test class settingNed Batchelder2021-03-111-4/+0
* refactor: our own change_dir context managerNed Batchelder2021-03-111-2/+1
* test: simplify how StopEverything is converted to skipnedbat/remove-unittest-testcaseNed Batchelder2021-03-111-2/+2
* test: reduce use of unittestNed Batchelder2021-03-111-4/+4
* test: oops, accidentally always skipped this testNed Batchelder2021-02-241-1/+1
* refactor: convert all skipping to pytest skipsNed Batchelder2021-02-071-5/+3
* refactor: remove unittest.assertCountEqualNed Batchelder2021-02-061-1/+2
* refactor: remove reliance on unittest_mixins.StdStreamCapturingMixinNed Batchelder2021-02-021-6/+2
* refactor: move test mixins to their own fileNed Batchelder2021-02-021-2/+2
* style: fix long lines and avoid backslashesnedbat/unittest2pytestNed Batchelder2021-01-311-8/+6
* style: correct placement of auto-added pytest importsNed Batchelder2021-01-311-1/+1
* style: singleton comparisons should use isNed Batchelder2021-01-311-3/+3
* refactor: unittest2pytest -w testsNed Batchelder2021-01-311-105/+96
* Add combine --keep (#1110)Éric Larivière2021-01-301-1/+1
* Always output TOTAL line.Judson Neer2021-01-061-2/+10
* Fix tests for GitHub windows platformNed Batchelder2020-11-281-4/+4
* ambigious -> ambiguousNed Batchelder2020-09-121-9/+9
* Docs and cleanup for source_pkgsNed Batchelder2020-09-121-7/+2
* Create Way to force package even if filepath exists (#1026)Thomas Grainger2020-09-121-0/+22
* replace confusing comment with assertion (#1028)Thomas Grainger2020-09-121-3/+12
* More bitbucket->github urlsNed Batchelder2020-08-181-3/+3
* A test replicating #916Ned Batchelder2020-01-071-2/+11
* Ensure file touching happens if nothing was measured. #884Ned Batchelder2020-01-041-0/+15
* Fix --debug=sys. #907Ned Batchelder2019-12-281-0/+8
* Warn if two things change the dynamic context. #901Ned Batchelder2019-12-271-0/+13
* Warnings can be marked to only display once.Ned Batchelder2019-12-271-3/+13
* A way to artificially crash coverage, for testing.Ned Batchelder2019-12-231-0/+15
* Detect when a 4.x data file is being read. #886Ned Batchelder2019-12-221-5/+12
* Don't need to check for JSON-era bad-data messages any moreNed Batchelder2019-12-221-5/+0
* Coverage(data_file=None) means no data file at all. #871Ned Batchelder2019-12-021-1/+26
* The [paths] setting is ordered. #649Ned Batchelder2019-12-011-0/+43
* Experimental: relative_files to support relative file names.Ned Batchelder2019-12-011-0/+91