summaryrefslogtreecommitdiff
path: root/tests/test_debug.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: don't need this printNed Batchelder2021-10-091-1/+0
* fix: use more explicit names for some debug informationNed Batchelder2021-06-021-1/+1
* test: traced file names seem to be absolute now? #1161Ned Batchelder2021-05-081-2/+4
* refactor: remove unneeded backward.py shimsNed Batchelder2021-05-011-2/+2
* fix: don't measure third-party packagesNed Batchelder2021-04-101-2/+3
* refactor: make all coverage.env uses uniformNed Batchelder2021-02-071-2/+2
* style: fix long lines and avoid backslashesnedbat/unittest2pytestNed Batchelder2021-01-311-6/+4
* style: correct placement of auto-added pytest importsNed Batchelder2021-01-311-1/+1
* refactor: unittest2pytest -w testsNed Batchelder2021-01-311-29/+26
* Use a fixed width for info labelsNed Batchelder2019-12-291-11/+21
* Log some indication of the script being executedNed Batchelder2019-09-021-0/+9
* Make callers debug output easier to use as editor launchesNed Batchelder2019-09-011-3/+3
* Remove the JSON data codeNed Batchelder2019-07-101-7/+2
* Avoid useless or redundant db operations. Faster.Ned Batchelder2019-07-071-4/+6
* Asserts should be expected,actualNed Batchelder2018-12-241-1/+1
* Defer using the database when calling set_context #716Ned Batchelder2018-10-141-2/+2
* measured_contexts() and two simple tests of the global contextNed Batchelder2018-09-211-2/+2
* Put back an always-on indication of the tracer availableNed Batchelder2018-08-301-2/+13
* Better sys_info: pid, and a more understandable name.Ned Batchelder2018-08-261-2/+2
* Be flexible, and accept either json-sourced or sql-source error messages in s...Ned Batchelder2018-08-241-4/+9
* Make file operations implicit on constructed filenameNed Batchelder2018-07-231-2/+2
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* Slight refactor of how we look for configuration filesNed Batchelder2018-03-191-2/+2
* * --source and --include are mutually exclusive (take 2) #265loic@dachary.org2017-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