summaryrefslogtreecommitdiff
path: root/coverage/debug.py
Commit message (Expand)AuthorAgeFilesLines
* Protect ourselves from mock'ed os. #416Ned Batchelder2015-10-061-0/+4
* Data dumps can be canonicalized for comparisonNed Batchelder2015-08-241-17/+0
* Added more debugging controls, especially for data operationsNed Batchelder2015-08-191-6/+9
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
* Test (and fix!) the secret data dumper.Ned Batchelder2015-07-231-0/+2
* Move the raw data dumper to a more internal place.Ned Batchelder2015-07-221-0/+15
* Move suffix logic into data.pyNed Batchelder2015-07-151-0/+3
* If __file__ disagrees with the frame, use the frame info. Fixes #380.Ned Batchelder2015-07-111-0/+23
* Useful debugging help.Ned Batchelder2015-02-081-0/+5
* Make the two forms of debug output more uniformNed Batchelder2015-01-241-1/+9
* info_formatter shouldn't assume it gets a listNed Batchelder2015-01-241-0/+1
* Use a set where a set is appropriateNed Batchelder2014-08-191-1/+1
* Generator expressons are ok now.Ned Batchelder2013-10-191-1/+1
* More --debug options, split code into separate objects.Ned Batchelder2013-09-081-0/+54