index
:
delta/python-coveragepy-git.git
dependabot/github_actions/styfle/cancel-workflow-action-0.9.1
gh-actions
good-meta
master
nedbat/1044
nedbat/1244-again
nedbat/1260
nedbat/1497
nedbat/310-kits
nedbat/5.5x
nedbat/another-1010
nedbat/badge
nedbat/balanced-xdist
nedbat/better-combine-action
nedbat/bin-exclude
nedbat/bpo-44450
nedbat/bug-1303-master
nedbat/bug1010
nedbat/bug1093
nedbat/bug1138
nedbat/bug1150
nedbat/bug1160
nedbat/bug1283
nedbat/bug841
nedbat/bug888
nedbat/bug913
nedbat/bug919
nedbat/bug959
nedbat/bug976
nedbat/bug989
nedbat/close-data
nedbat/cog
nedbat/combine-action
nedbat/configfile-simplification
nedbat/coverage-action
nedbat/dashq
nedbat/data-modes
nedbat/debug-1298
nedbat/debug-1373
nedbat/debug-1553
nedbat/debug-1554
nedbat/debug-wtf-debug-output
nedbat/drop-36
nedbat/drop-py2
nedbat/exceptions
nedbat/faster-branches
nedbat/favicon
nedbat/fix-1303
nedbat/fix-1307
nedbat/fix-appveyor
nedbat/fix-auditwheel-install-kit
nedbat/fix-c-tracer
nedbat/fix-race-condition
nedbat/fix-sphinx
nedbat/fix-tomli-tests-1228
nedbat/fix-win
nedbat/gevent-1.3
nedbat/gha-3.11.0a4
nedbat/goals-poc
nedbat/html-skip-covered
nedbat/lint-doc-gha
nedbat/mac-arm-kits
nedbat/make-upgrade-docs-tools
nedbat/metacov-badge
nedbat/metacov-publish
nedbat/metacov-sparse-reports
nedbat/missing-line
nedbat/more-kit-matrix
nedbat/more-source-warnings
nedbat/multi-concurrency
nedbat/nested-tracing
nedbat/no-globals
nedbat/no-prerel-kits
nedbat/no-select
nedbat/overeengineered-tox-retries
nedbat/parallel-reports-1504-metacov
nedbat/pep626
nedbat/pep669
nedbat/picklable
nedbat/plugin-error-handling
nedbat/pr
nedbat/py3.11
nedbat/pylint-bug-3489
nedbat/pypy-kit-without-setup-py
nedbat/pypy-kits-1049
nedbat/pypy37
nedbat/pypy38
nedbat/pytest-7
nedbat/python-dev
nedbat/pythons
nedbat/remove-unittest-testcase
nedbat/run-tests-when-making-kits
nedbat/run_envvar_553
nedbat/show_calls_debugging
nedbat/sigstore-kit
nedbat/smarter-debug-data
nedbat/split-changes
nedbat/sqldata-edge-tests
nedbat/test-2506
nedbat/test-branch
nedbat/test_goldtest
nedbat/travis-39
nedbat/try-win
nedbat/tryout-bb32
nedbat/tweak-actions
nedbat/tweak-metacov
nedbat/unittest2pytest
nedbat/upgrade
nedbat/upgrade-with-kits
nedbat/virtualenv-33
nedbat/virtualenv-34
nedbat/virtualenv-detection-905
nedbat/while-edge-tests
nedbat/wtf-sqlite
pr/1044
pr/1567
stable
v4.5.x
v5.x
github.com: nedbat/coveragepy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_debug.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: more tests of debug output control
Ned Batchelder
2023-01-22
1
-3
/
+12
*
feat: the debug output file can be specified in the config file. #1319
Ned Batchelder
2023-01-22
1
-13
/
+53
*
mypy: use __future__ uniformly in checked files
Ned Batchelder
2023-01-05
1
-0
/
+2
*
mypy: test_debug.py test_execfile.py test_filereporter.py test_files.py
Ned Batchelder
2023-01-04
1
-22
/
+28
*
test: nicer way to test debug=pybehave
Ned Batchelder
2022-02-06
1
-2
/
+3
*
debug: pybehave is now an option on `coverage debug`
Ned Batchelder
2022-02-06
1
-0
/
+9
*
refactor: out_lines was a bad name for a multi-line string.
Ned Batchelder
2022-02-06
1
-22
/
+21
*
test: include lock debugging in the debug_callers test
Ned Batchelder
2022-02-03
1
-1
/
+1
*
style: convert more string formatting to f-strings
Ned Batchelder
2021-11-11
1
-4
/
+4
*
refactor(test): make re_lines (et al) look like re.search
Ned Batchelder
2021-10-28
1
-17
/
+12
*
refactor(test): re_lines is more useful if it returns a list
Ned Batchelder
2021-10-27
1
-6
/
+6
*
refactor: don't need this print
Ned Batchelder
2021-10-09
1
-1
/
+0
*
fix: use more explicit names for some debug information
Ned Batchelder
2021-06-02
1
-1
/
+1
*
test: traced file names seem to be absolute now? #1161
Ned Batchelder
2021-05-08
1
-2
/
+4
*
refactor: remove unneeded backward.py shims
Ned Batchelder
2021-05-01
1
-2
/
+2
*
fix: don't measure third-party packages
Ned Batchelder
2021-04-10
1
-2
/
+3
*
refactor: make all coverage.env uses uniform
Ned Batchelder
2021-02-07
1
-2
/
+2
*
style: fix long lines and avoid backslashes
nedbat/unittest2pytest
Ned Batchelder
2021-01-31
1
-6
/
+4
*
style: correct placement of auto-added pytest imports
Ned Batchelder
2021-01-31
1
-1
/
+1
*
refactor: unittest2pytest -w tests
Ned Batchelder
2021-01-31
1
-29
/
+26
*
Use a fixed width for info labels
Ned Batchelder
2019-12-29
1
-11
/
+21
*
Log some indication of the script being executed
Ned Batchelder
2019-09-02
1
-0
/
+9
*
Make callers debug output easier to use as editor launches
Ned Batchelder
2019-09-01
1
-3
/
+3
*
Remove the JSON data code
Ned Batchelder
2019-07-10
1
-7
/
+2
*
Avoid useless or redundant db operations. Faster.
Ned Batchelder
2019-07-07
1
-4
/
+6
*
Asserts should be expected,actual
Ned Batchelder
2018-12-24
1
-1
/
+1
*
Defer using the database when calling set_context #716
Ned Batchelder
2018-10-14
1
-2
/
+2
*
measured_contexts() and two simple tests of the global context
Ned Batchelder
2018-09-21
1
-2
/
+2
*
Put back an always-on indication of the tracer available
Ned Batchelder
2018-08-30
1
-2
/
+13
*
Better sys_info: pid, and a more understandable name.
Ned Batchelder
2018-08-26
1
-2
/
+2
*
Be flexible, and accept either json-sourced or sql-source error messages in s...
Ned Batchelder
2018-08-24
1
-4
/
+9
*
Make file operations implicit on constructed filename
Ned Batchelder
2018-07-23
1
-2
/
+2
*
Update NOTICE link to GitHub.
Ned Batchelder
2018-06-24
1
-1
/
+1
*
Slight refactor of how we look for configuration files
Ned Batchelder
2018-03-19
1
-2
/
+2
*
* --source and --include are mutually exclusive (take 2) #265
loic@dachary.org
2017-01-07
1
-1
/
+2
*
Pids can be less that 5 digits
Ned Batchelder
2017-03-23
1
-1
/
+1
*
Big refactor of debug logging
Ned Batchelder
2017-03-22
1
-20
/
+30
*
Sometimes we match against files, sometimes directories.
Ned Batchelder
2017-02-21
1
-1
/
+1
*
Add tests for short_id, and pytest-ize an existing one
Ned Batchelder
2017-01-02
1
-10
/
+20
*
Pids can be fewer than 5 digits
Ned Batchelder
2016-09-24
1
-2
/
+2
*
Change the debug=callers test to something that will be coverable
Ned Batchelder
2016-09-24
1
-12
/
+15
*
Clean up and test the callers debugging info
Ned Batchelder
2016-09-24
1
-0
/
+13
*
Test short_stack, and give it a skip parameter for better output.
Ned Batchelder
2016-09-24
1
-1
/
+36
*
Use the new class name
Ned Batchelder
2015-07-27
1
-1
/
+1
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-0
/
+3
*
Use PyContracts so we can declare/enforce parameter and return types.
Ned Batchelder
2015-05-17
1
-1
/
+1
*
Make the two forms of debug output more uniform
Ned Batchelder
2015-01-24
1
-1
/
+11
*
info_formatter shouldn't assume it gets a list
Ned Batchelder
2015-01-24
1
-0
/
+4
*
Comment was missing a word
Ned Batchelder
2015-01-19
1
-1
/
+1
*
Allow the --debug switch on any command
Ned Batchelder
2014-10-26
1
-1
/
+5
[next]