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_phystokens.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
style: remove needless trailing commas
Ned Batchelder
2023-01-26
1
-1
/
+1
*
mypy: test_parser.py test_phystokens.py test_process.py test_report.py test_r...
Ned Batchelder
2023-01-07
1
-17
/
+17
*
style: fix spelling
Ned Batchelder
2022-11-28
1
-1
/
+1
*
refactor: no need for special handling of compiling unicode source
Ned Batchelder
2022-11-06
1
-114
/
+1
*
refactor(test): use xfail for tests that fail on specific versions of Python
Ned Batchelder
2022-01-19
1
-2
/
+0
*
style: convert more string formatting to f-strings
Ned Batchelder
2021-11-11
1
-2
/
+2
*
test: fix the trailing-space test, and suppress warnings about \<space>
Ned Batchelder
2021-10-30
1
-10
/
+13
*
refactor(test): make re_lines (et al) look like re.search
Ned Batchelder
2021-10-28
1
-3
/
+2
*
fix(debug): ast_dump failed on a few things
Ned Batchelder
2021-10-27
1
-0
/
+6
*
feat: soft keywords are shown in bold in the HTML report
Ned Batchelder
2021-06-06
1
-0
/
+36
*
refactor: remove a few more version checks
Ned Batchelder
2021-05-02
1
-1
/
+1
*
refactor: pyupgrade --py36-plus tests/**.py
Ned Batchelder
2021-05-02
1
-10
/
+10
*
refactor: remove code explicitly choosing between py2 and py3
Ned Batchelder
2021-05-01
1
-4
/
+1
*
refactor: convert all skipping to pytest skips
Ned Batchelder
2021-02-07
1
-4
/
+2
*
style: fix long lines and avoid backslashes
nedbat/unittest2pytest
Ned Batchelder
2021-01-31
1
-6
/
+2
*
style: correct placement of auto-added pytest imports
Ned Batchelder
2021-01-31
1
-1
/
+2
*
refactor: unittest2pytest -w tests
Ned Batchelder
2021-01-31
1
-26
/
+23
*
Update pylint
Ned Batchelder
2020-05-19
1
-1
/
+1
*
Adjust other env.PYPY tests to the latest way
Ned Batchelder
2019-12-31
1
-1
/
+1
*
Fix unusual backslash token issue. #822
Ned Batchelder
2019-08-10
1
-0
/
+10
*
Update NOTICE link to GitHub.
Ned Batchelder
2018-06-24
1
-1
/
+1
*
Refactor common test infrastructure for fiddling sys.path and finding files
Ned Batchelder
2017-05-04
1
-7
/
+4
*
Describe and relabel a test that has nothing to do with fail-under.
Ned Batchelder
2017-03-04
1
-2
/
+6
*
Fix some coverage pragmas
Ned Batchelder
2017-02-07
1
-1
/
+1
*
Get rid of some unused code paths
Ned Batchelder
2017-01-20
1
-1
/
+1
*
Cover a few edge cases in phystokens.py
Ned Batchelder
2016-11-28
1
-12
/
+27
*
Add a test for tokenizing code without a final newline
Ned Batchelder
2016-11-22
1
-18
/
+20
*
A fix for coding declarations, bug #529
Ned Batchelder
2016-11-05
1
-0
/
+58
*
Use standard skipTest, which unittest-mixins will override.
Ned Batchelder
2016-06-12
1
-1
/
+1
*
Fix a string that was confusing vim
Ned Batchelder
2016-01-09
1
-1
/
+3
*
Add a missing docstring
Ned Batchelder
2015-12-24
1
-0
/
+1
*
Finish up Max Linke's fix for double encoding declarations. Fixes #453
Ned Batchelder
2015-12-24
1
-13
/
+21
*
Add a failing test of double coding declarations, for #453
Ned Batchelder
2015-12-24
1
-2
/
+9
*
Another edge case of encoding detection. #443
Ned Batchelder
2015-11-14
1
-5
/
+13
*
Do a better job decoding source files. #431
Ned Batchelder
2015-10-16
1
-1
/
+11
*
Fix a few more occurrences of 'Coverage' to 'coverage.py'
Ned Batchelder
2015-07-27
1
-1
/
+1
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-1
/
+4
*
Add more contracts
Ned Batchelder
2015-06-16
1
-5
/
+4
*
All Python source is Unicode internally.
Ned Batchelder
2015-05-17
1
-9
/
+32
*
Fully embrace SkipTest with our own method.
Ned Batchelder
2015-02-07
1
-3
/
+1
*
Make some test setup more uniform
Ned Batchelder
2015-01-18
1
-2
/
+2
*
Collect all the nudgy environment checks into coverage.env
Ned Batchelder
2015-01-18
1
-8
/
+8
*
Make source_encoding stricter about its arguments, and test it everywhere
Ned Batchelder
2014-12-28
1
-48
/
+61
*
Source is always Unicode in HTML code. More refactoring to come.
Ned Batchelder
2014-12-12
1
-0
/
+2
*
Try out pylint spelling. Kinda noisy, but fixed some stuff.
Ned Batchelder
2014-11-27
1
-1
/
+1
*
Use with-open everywhere
Ned Batchelder
2014-10-26
1
-1
/
+3
*
Fix non-comment encoding detection.
Anthony Sottile
2014-06-29
1
-0
/
+5
*
Use assertRaises as a context manager now that we can.
Ned Batchelder
2013-12-21
1
-1
/
+2
*
Generator expressons are ok now.
Ned Batchelder
2013-10-19
1
-1
/
+1
*
We only run on 2.6, 2.7, 3.2, 3.3 now.
Ned Batchelder
2013-10-19
1
-7
/
+2
[next]