summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix unusual backslash token issue. #822Ned Batchelder2019-08-101-0/+10
* Fix a bug in num_in_numbits.Ned Batchelder2019-08-011-1/+2
* Use more conventional strategy namingNed Batchelder2019-08-011-6/+6
* Add num_in_numbitsNed Batchelder2019-08-011-1/+10
* Keep hypothesis from freaking out about variable timings during metacovNed Batchelder2019-08-011-1/+13
* Add numbits_any_intersectionNed Batchelder2019-07-311-1/+9
* Use Hypothesis instead of my own janky randomizationNed Batchelder2019-07-311-22/+14
* Refactor numbits into their own filesNed Batchelder2019-07-312-30/+37
* I have to remember to run pylint before checking things in.Ned Batchelder2019-07-301-1/+1
* Don't be fooled by a class named test_something. Fixes #829Ned Batchelder2019-07-261-0/+5
* z-compressed dumps and loadsNed Batchelder2019-07-191-0/+28
* Bitmaps for line numbers, 10% of the size.Ned Batchelder2019-07-151-0/+30
* Remove the JSON data codeNed Batchelder2019-07-105-143/+7
* Avoid useless or redundant db operations. Faster.Ned Batchelder2019-07-072-19/+6
* Can't run the delete-my-directory tests on WindowsNed Batchelder2019-07-061-0/+5
* Add tests of bug #806, and ensure it's fixed even if the program ends with an...Ned Batchelder2019-07-061-0/+30
* HTML: Mark things to show instead of to hide.Ned Batchelder2019-07-0628-363/+346
* Clean up and test filtering contexts for reportingNed Batchelder2019-07-011-3/+18
* Context reporting improvements and testNed Batchelder2019-06-301-5/+62
* Make a Unicode character more apparent in the sourceNed Batchelder2019-06-301-2/+6
* TypoNed Batchelder2019-06-291-1/+1
* New API: Coverage.current() returns the latest started instance.Ned Batchelder2019-06-251-0/+31
* Don't run contract tests if contracts are disabledNed Batchelder2019-06-191-1/+6
* Move arcz_to_arcs to misc so we can use it elsewhereNed Batchelder2019-06-194-55/+18
* Remove ShiningPanda hackNed Batchelder2019-06-171-8/+0
* Make the incremental checker a little smarter.Ned Batchelder2019-06-171-2/+2
* No need to pass coverage/config separately everywhereNed Batchelder2019-06-171-22/+15
* Refactor text reporting to use the same code paths as other reportsNed Batchelder2019-06-161-13/+12
* Remove a property that has been deprecated for three yearsNed Batchelder2019-06-161-19/+0
* More sass goodnessNed Batchelder2019-06-131-27/+1
* Update the test output css files tooNed Batchelder2019-06-131-414/+158
* This was a copy of an existing test. We need to write some new ones.Ned Batchelder2019-06-101-20/+1
* Update tests to use updated APIs.Stephan Richter2019-06-103-20/+29
* Support for full qnames for old-style classes.Stephan Richter2019-06-101-1/+1
* Add some tests for new methods.Stephan Richter2019-06-102-0/+78
* Fix a test.Stephan Richter2019-06-101-1/+1
* Fix styling and tests. (The tests are slightly insane with no obvious way to ...Stephan Richter2019-06-101-0/+43
* Make sure to report the full Python path for the test function. That way we c...Stephan Richter2019-06-101-14/+20
* Pass the contexts to the report command.Albertas Agejevas2019-06-101-2/+9
* Support for multiple, glob-based contexts in result queries.Stephan Richter2019-06-101-15/+15
* Refactored HTML tests dropped an assertNed Batchelder2019-06-101-0/+1
* Adapt to optimization tweak in CPython 3.8.0b1Ned Batchelder2019-06-051-0/+3
* Better tests of HTML delta generationNed Batchelder2019-05-261-41/+66
* Use pylint 2.xNed Batchelder2019-05-1310-28/+22
* Silence a DeprecationWarningNed Batchelder2019-05-091-0/+5
* One more line to exclude from coverage measurementNed Batchelder2019-04-301-1/+1
* Clean up some style in #782, switch_contextNed Batchelder2019-04-282-28/+23
* Fix a few capitalizationsNed Batchelder2019-04-281-2/+2
* Expose switch_context in coverage API (#782)Justas Sadzevičius2019-04-281-0/+111
* Suppress pylint more efficientlyNed Batchelder2019-04-261-13/+12