summaryrefslogtreecommitdiff
path: root/tests/test_debug.py
Commit message (Expand)AuthorAgeFilesLines
* Slight refactor of how we look for configuration filesNed Batchelder2018-03-191-2/+2
* * --source and --include are mutually exclusive (take 2) #265loic2017-01-071-1/+2
* Pids can be less that 5 digitsNed Batchelder2017-03-231-1/+1
* Big refactor of debug loggingNed Batchelder2017-03-221-20/+30
* Sometimes we match against files, sometimes directories.Ned Batchelder2017-02-211-1/+1
* Add tests for short_id, and pytest-ize an existing oneNed Batchelder2017-01-021-10/+20
* Pids can be fewer than 5 digitsNed Batchelder2016-09-241-2/+2
* Change the debug=callers test to something that will be coverableNed Batchelder2016-09-241-12/+15
* Clean up and test the callers debugging infoNed Batchelder2016-09-241-0/+13
* Test short_stack, and give it a skip parameter for better output.Ned Batchelder2016-09-241-1/+36
* Use the new class nameNed Batchelder2015-07-271-1/+1
* 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