summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Old-style classes can report the test_function name. #797Ned Batchelder2019-04-261-0/+18
* Use pipe symbol to join static and dynamic contextsNed Batchelder2019-04-262-6/+6
* Prefer assertRaisesRegex to assertRaisesNed Batchelder2019-04-217-25/+47
* Clean up test_plugins.pyNed Batchelder2019-04-211-15/+16
* Clean up unused variablesNed Batchelder2019-04-211-10/+7
* Fix some formatting, and assert should be expected,actualNed Batchelder2019-04-211-29/+43
* Check for skipping tests before super.setUpNed Batchelder2019-04-215-9/+9
* Don't name new method the same as old attributeNed Batchelder2019-04-201-2/+2
* Plugin support for dynamic context (#783)Justas Sadzevičius2019-04-202-1/+257
* Fix #708: .filename is private, and don't combine over ourselvesNed Batchelder2019-04-151-2/+2
* Add a failing test for #708Ned Batchelder2019-04-151-0/+15
* A thread stress testNed Batchelder2019-04-091-0/+16
* Move set_env.py to github.com/nedbat/oddsNed Batchelder2019-04-071-0/+3
* Move more PYVERSION to be PYBEHAVIORNed Batchelder2019-03-242-10/+14
* Rewrite XML tests to use xml parsing instead of regexesNed Batchelder2019-03-234-132/+226
* Improvements to test_templite.py from mutmutNed Batchelder2019-03-021-4/+14
* Make sure that arcs() and lines() only returns distinct line combination valu...Stephan Richter2019-02-171-0/+16
* Fix a test to get case right on WindowsNed Batchelder2019-01-281-1/+1
* Make sure that the cache is properly filled. (25x speedup on our system that ...Stephan Richter2019-01-281-0/+13