summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Make line numbers immune to minimum font size settings. #748Ned Batchelder2019-01-041-3/+3
* Fix an incorrectly named methodNed Batchelder2018-12-261-4/+4
* Simplify format_lines a littleNed Batchelder2018-12-261-1/+1
* Sort the text missing results by line number, not kindNed Batchelder2018-12-253-6/+30
* Move code to where it belongsNed Batchelder2018-12-242-15/+15
* Asserts should be expected,actualNed Batchelder2018-12-246-11/+11
* Tweaks to the fail_under limitingNed Batchelder2018-12-241-1/+2
* Disallow impossible values for fail_underMike Fiedler2018-12-231-0/+5
* Suppress another warningNed Batchelder2018-12-231-0/+1
* There are no kwargs to CoverageScript any moreNed Batchelder2018-11-261-4/+2
* Use a function instead of a method to show helpNed Batchelder2018-11-261-10/+9
* Test that we have the right Python versions in the classifiersNed Batchelder2018-11-251-0/+2
* Control the sys.path that tests seeNed Batchelder2018-11-252-0/+41
* Remove incorrect commentNed Batchelder2018-11-251-1/+0
* Comparisons should be expected/actualNed Batchelder2018-11-251-3/+3
* PyRunner knows how to run Python files.Ned Batchelder2018-11-258-56/+103
* Use implicit mock patching instead of explicit DI for cmdline testsNed Batchelder2018-11-251-280/+288
* A test of the #678 caseNed Batchelder2018-11-251-0/+33
* Travis pulls in other libraries somehow. Exclude themNed Batchelder2018-11-181-2/+2
* 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