summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Lint cleanupNed Batchelder2018-11-182-3/+4
* Rename farm to gold, since that's what it isNed Batchelder2018-11-1858-22/+22
* Remove test_farm.pyNed Batchelder2018-11-182-387/+154
* Convert farm/run_chdir.py to a test_summary.py testNed Batchelder2018-11-184-22/+14
* Convert farm/run/run_xxx.py to a test_summary.py testNed Batchelder2018-11-183-26/+16
* Convert farm/run/run_timid.py to a test_process testNed Batchelder2018-11-183-69/+59
* Delete the annotate farm testsNed Batchelder2018-11-1511-105/+0
* Remove needless noticesNed Batchelder2018-11-159-39/+0
* Convert annotate() farm tests to normal testsNed Batchelder2018-11-151-0/+121
* Simplify the way we run coverage in these testsNed Batchelder2018-11-152-60/+17
* No one uses size_within any more.Ned Batchelder2018-11-141-55/+24
* Compare the css files exactlyNed Batchelder2018-11-142-3/+13
* TypoNed Batchelder2018-11-131-1/+1
* Comparisons should always be expected,actualNed Batchelder2018-11-131-32/+30
* Keep test directories shorterNed Batchelder2018-11-121-1/+3
* A simple test of a test functionNed Batchelder2018-11-111-0/+17
* One last decorator test change for 3.8Ned Batchelder2018-11-111-2/+10
* Update an HTML gold test due to new peephole optimizationsNed Batchelder2018-11-113-47/+37
* Comparison should always be expected,actualNed Batchelder2018-11-111-6/+6
* Refactor the XML comparisonNed Batchelder2018-11-111-23/+16
* Comparison is not symmetric, it's expected vs actualNed Batchelder2018-11-115-42/+44
* Always compare expected then actualNed Batchelder2018-11-111-17/+17
* Keep test tempdirs distinct, for saving and comparing test outputNed Batchelder2018-11-111-1/+1
* Python 3.8 will optimize away "while True:"Ned Batchelder2018-11-112-10/+29
* Debug-time environment variables can be set with set_env.pyNed Batchelder2018-11-031-0/+1
* Everything should get a docstringNed Batchelder2018-11-032-0/+2
* Adapt to 3.8's way of tracing decorated functionsNed Batchelder2018-11-032-7/+26
* Use a new event loopNed Batchelder2018-10-241-2/+2
* Always include a documentation link at the end of help messagesNed Batchelder2018-10-211-6/+14
* Make directories for the data file if needed. #721Ned Batchelder2018-10-211-0/+9
* One more error case for the command lineNed Batchelder2018-10-191-3/+17
* `[run] command_line` is the command line to use for 'coverage run'. #695Ned Batchelder2018-10-181-4/+43
* We weren't using this argumentNed Batchelder2018-10-181-2/+2
* This is literally what setdefault is forNed Batchelder2018-10-181-2/+1
* Clean some lintNed Batchelder2018-10-171-3/+6
* A test for 'no such table: meta' as in #716.Ned Batchelder2018-10-161-0/+12
* Put this helper in the right placeNed Batchelder2018-10-161-6/+7
* Do we need more than 10 tries?Ned Batchelder2018-10-151-1/+1
* Defer using the database when calling set_context #716Ned Batchelder2018-10-141-2/+2
* Use --source to ensure tests are showing what we want.Ned Batchelder2018-10-143-8/+10
* Look up names so we don't care about casecoverage-5.0a3Ned Batchelder2018-10-061-6/+4
* Diagnose an appveyor problemNed Batchelder2018-10-061-0/+4
* Finally jumps back to exiting linesNed Batchelder2018-10-062-36/+103
* More tests of qualname_from_frameNed Batchelder2018-09-301-0/+19
* LintNed Batchelder2018-09-281-3/+3
* Deal with properties in qualname_from_frameNed Batchelder2018-09-281-1/+14
* Get qualified names for method contextsNed Batchelder2018-09-281-0/+43
* Even more clarity for an error messageNed Batchelder2018-09-251-0/+4
* Make static and dynamic contexts work togetherNed Batchelder2018-09-231-26/+45
* Dynamic contextsNed Batchelder2018-09-231-0/+61