summaryrefslogtreecommitdiff
path: root/coverage/misc.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move to the misc.py fileNed Batchelder2014-11-211-0/+24
* Use json for html status file instead of pickle.Ned Batchelder2014-10-271-3/+3
* Pragmas for uncovered codeNed Batchelder2014-09-281-1/+1
* On Windows, we need file matching to be case-insensitive.Ned Batchelder2014-09-211-6/+1
* Get rid of some backward stuff we no longer needNed Batchelder2014-09-201-2/+2
* Fix the new FnmatchMatcher for >100 patternsNed Batchelder2014-06-031-1/+1
* Merged 4.0 to defaultNed Batchelder2013-12-131-1/+5
|\
| * Turns out we were spinning on Nones a lot in the Hasher.Ned Batchelder2013-10-271-1/+3
| * Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup.Ned Batchelder2013-10-231-0/+2
* | Except clause can now use 'as', no need for lots of sys.exc_infoNed Batchelder2013-10-201-3/+1
* | Generator expressons are ok now.Ned Batchelder2013-10-191-2/+2