summaryrefslogtreecommitdiff
path: root/coverage/misc.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | --HG-- extra : amend_source : 144fd0ffb49fdef1139ae3f0085831ece14de43f
* 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
| | | | | This commit doesn't add any uses of PyContracts, but gets the machinery in place.
* Protect against misbehaving plugins.Ned Batchelder2015-02-151-2/+2
| | | | | Also, test some misbehavior, and move our own annotations of plugins into prefixed attributes.
* 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-6/+4
|\
| * Except clause can now use 'as', no need for lots of sys.exc_infoNed Batchelder2013-10-201-3/+1
| | | | | | | | | | --HG-- branch : 4.0
| * Generator expressons are ok now.Ned Batchelder2013-10-191-2/+2
| | | | | | | | | | --HG-- branch : 4.0
| * Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-191-1/+1
| | | | | | | | | | --HG-- branch : 4.0
* | 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
|/
* Now we can run .pyc files directly. Closes #264.Ned Batchelder2013-09-281-0/+4
|
* More --debug options, split code into separate objects.Ned Batchelder2013-09-081-20/+0
|
* Better to leave the space out.Ned Batchelder2013-09-061-1/+1
|
* Move the info formatting into its own function.Ned Batchelder2013-09-061-0/+20
|
* A less-weird weird lineNed Batchelder2013-02-241-1/+1
|
* One more 2.3 thing.Ned Batchelder2012-12-221-1/+1
|