summaryrefslogtreecommitdiff
path: root/tests/test_debug.py
Commit message (Expand)AuthorAgeFilesLines
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
* Use PyContracts so we can declare/enforce parameter and return types.Ned Batchelder2015-05-171-1/+1
* Make the two forms of debug output more uniformNed Batchelder2015-01-241-1/+11
* info_formatter shouldn't assume it gets a listNed Batchelder2015-01-241-0/+4
* Comment was missing a wordNed Batchelder2015-01-191-1/+1
* Allow the --debug switch on any commandNed Batchelder2014-10-261-1/+5
* Move lots of initing to _init, so we can tweak settings before starting.Ned Batchelder2014-10-101-1/+2
* Mark a bunch of tests that don't need temp directories.Ned Batchelder2013-09-281-0/+2
* Tests for debug tracing features.Ned Batchelder2013-09-121-0/+88
* More --debug options, split code into separate objects.Ned Batchelder2013-09-081-0/+25