summaryrefslogtreecommitdiff
path: root/coverage/misc.py
Commit message (Expand)AuthorAgeFilesLines
...
* You can turn off contracts while debugging testsNed Batchelder2018-11-031-1/+5
* Helpers for making directoriesNed Batchelder2018-10-211-0/+15
* Name decorator components to avoid docstring requirementNed Batchelder2018-09-091-5/+4
* Defaultable variable substitutionNed Batchelder2018-09-081-5/+10
* Py2 doesn't like using unmatched groups in regex resultsNed Batchelder2018-09-081-1/+1
* Strict variable substitution is now an optionNed Batchelder2018-09-081-2/+11
* Move variable substitution to be independentNed Batchelder2018-09-081-0/+37
* Merge branch 'nedbat/data-sqlite'Ned Batchelder2018-08-241-10/+0
|\
| * Improved debuggingNed Batchelder2018-08-041-10/+0
* | Hasher needed more information about nesting to avoid collisionsNed Batchelder2018-08-111-0/+1
|/
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* Fiddle with, and test, format_linesNed Batchelder2017-02-031-11/+16
* Use a metaclass to convert StopEverything to SkipTestNed Batchelder2017-01-251-8/+3
* One more tweak to StopEverythingNed Batchelder2017-01-211-11/+1
* A better way to deal with StopEverything exceptionsNed Batchelder2017-01-191-4/+14
* More-precise no-coverage pragmasNed Batchelder2017-01-191-2/+2
* Exceptions have to be exceptions. #556Ned Batchelder2017-01-171-2/+2
* A better way to deal with 2.6 missing SkipTestNed Batchelder2017-01-171-1/+5
* Only use SkipTest if we're testing, so that we can run on 2.6 pristineNed Batchelder2017-01-161-1/+1
* Oops, don't assume decorator arguments can be hashed.Ned Batchelder2017-01-161-1/+1
* A better way to neuter decorators when not testing.Ned Batchelder2017-01-161-11/+11
* A one_of decorator for checking function arguments.Ned Batchelder2017-01-161-0/+17
* Python 2.6 doesn't have SkipTestNed Batchelder2017-01-141-1/+1
* Reporting doesn't work on Jython, so don't run reporting tests there.Ned Batchelder2017-01-141-0/+16
* Prevent UnicodeErrors in HTML reports with Unicode configuration valuesNed Batchelder2016-12-061-3/+3
* More-accurate pragmasNed Batchelder2016-11-291-2/+2
* A SimpleRepr class to inherit a simple __repr__ implementation.Ned Batchelder2016-06-231-0/+10
* Fix some pylintNed Batchelder2016-02-131-1/+2
* PyContracts need protection from metacov, centralize that too.Ned Batchelder2016-02-071-10/+13
* Centralize the no-op-iness of contractsNed Batchelder2016-02-071-0/+4
* Try a different strategy for setting and testing output encodingsNed Batchelder2015-10-311-0/+14
* Protect ourselves from mock'ed os. #416Ned Batchelder2015-10-061-0/+24
* Make sure FileReporters are called once for their data.Ned Batchelder2015-08-091-10/+15
* Fixing spellingNed Batchelder2015-08-041-1/+1
* Updated docs for 4.0b1Ned Batchelder2015-08-021-1/+0
* Fix a few more occurrences of 'Coverage' to 'coverage.py'Ned Batchelder2015-07-271-1/+1
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-1/+4
* Make sure env.TESTING is true during meta-coverage.Ned Batchelder2015-07-231-6/+10
* Move the raw data dumper to a more internal place.Ned Batchelder2015-07-221-15/+0
* A way to see the raw data in the data file.Ned Batchelder2015-07-221-0/+15
* If __file__ disagrees with the frame, use the frame info. Fixes #380.Ned Batchelder2015-07-111-6/+0
* Change how plugins are initialized. No more Plugin. Now coverage_init.Ned Batchelder2015-07-051-23/+0
* Pylint weedingNed Batchelder2015-05-231-4/+2
* PyContracts is conditional, but not optionalNed Batchelder2015-05-231-11/+7
* Use PyContracts so we can declare/enforce parameter and return types.Ned Batchelder2015-05-171-1/+26
* Protect against misbehaving plugins.Ned Batchelder2015-02-151-2/+2
* Move a helper from plugin.py to misc.pyNed Batchelder2015-01-241-0/+18
* More pep8 complianceNed Batchelder2015-01-191-2/+7
* Collect all the nudgy environment checks into coverage.envNed Batchelder2015-01-181-2/+2
* Source is always Unicode in HTML code. More refactoring to come.Ned Batchelder2014-12-121-0/+2