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_execfile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: add more tests of run_python_file
Ned Batchelder
2021-10-11
1
-1
/
+86
*
test: add a test of hash-based pyc files
Ned Batchelder
2021-10-11
1
-2
/
+9
*
refactor: remove a Python 2 thing
Ned Batchelder
2021-10-10
1
-6
/
+1
*
test: a part-covered comprehension
Ned Batchelder
2021-08-09
1
-3
/
+1
*
test: simplify pyc logic
Ned Batchelder
2021-08-09
1
-9
/
+2
*
refactor: move exceptions to their own module
Ned Batchelder
2021-05-02
1
-1
/
+1
*
refactor: pyupgrade --py36-plus tests/**.py
Ned Batchelder
2021-05-02
1
-3
/
+3
*
refactor: remove more unneeded backward.py shims
Ned Batchelder
2021-05-01
1
-2
/
+1
*
refactor: convert all skipping to pytest skips
Ned Batchelder
2021-02-07
1
-1
/
+1
*
refactor: remove reliance on unittest_mixins.StdStreamCapturingMixin
Ned Batchelder
2021-02-02
1
-12
/
+18
*
style: fix long lines and avoid backslashes
nedbat/unittest2pytest
Ned Batchelder
2021-01-31
1
-2
/
+1
*
style: correct placement of auto-added pytest imports
Ned Batchelder
2021-01-31
1
-1
/
+2
*
style: singleton comparisons should use is
Ned Batchelder
2021-01-31
1
-1
/
+1
*
refactor: unittest2pytest -w tests
Ned Batchelder
2021-01-31
1
-40
/
+41
*
One more adjustment for Python 3.9a2
Ned Batchelder
2019-12-21
1
-1
/
+1
*
Adapt to 3.9's way of reporting files using absolute paths.
Ned Batchelder
2019-11-25
1
-4
/
+10
*
Linux tests are runnable
Ned Batchelder
2019-11-07
1
-5
/
+15
*
Prefer assertRaisesRegex to assertRaises
Ned Batchelder
2019-04-21
1
-4
/
+4
*
PyRunner knows how to run Python files.
Ned Batchelder
2018-11-25
1
-22
/
+22
*
Update NOTICE link to GitHub.
Ned Batchelder
2018-06-24
1
-1
/
+1
*
Pylint 1.8.1, and fix its new warnings
Ned Batchelder
2017-12-23
1
-1
/
+1
*
Refactor common test infrastructure for fiddling sys.path and finding files
Ned Batchelder
2017-05-04
1
-9
/
+3
*
Oops, broke this other test using try_execfile.py
Ned Batchelder
2017-01-19
1
-1
/
+2
*
A cleaner way to exclude Jython concerns from meta-coverage.
Ned Batchelder
2017-01-16
1
-1
/
+1
*
Reporting doesn't work on Jython, so don't run reporting tests there.
Ned Batchelder
2017-01-14
1
-0
/
+4
*
Provide a more useful error message if failing to run a non-Python file. #514
Ned Batchelder
2016-12-17
1
-0
/
+19
*
Another use of try_execfile.py to adjust
Ned Batchelder
2016-06-12
1
-4
/
+3
*
Fix explicit imports of __init__. #410
Ned Batchelder
2015-10-13
1
-4
/
+9
*
Support directories on the 'coverage run' command line. #252
Ned Batchelder
2015-08-01
1
-6
/
+9
*
Merged in traff/coverage.py (pull request #50)
Ned Batchelder
2015-08-01
1
-0
/
+9
|
\
|
*
Look for __main__ module if coverage is being run for directory #252
Dmitry Trofimov
2015-04-14
1
-0
/
+9
*
|
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-0
/
+3
|
/
*
Make some test setup more uniform
Ned Batchelder
2015-01-18
1
-3
/
+9
*
Don't fail because sys.path has duplicate entries. Fixes #337
Ned Batchelder
2014-11-14
1
-3
/
+3
*
Use with-open everywhere
Ned Batchelder
2014-10-26
1
-5
/
+5
*
Pragmas for uncovered code
Ned Batchelder
2014-09-28
1
-2
/
+2
*
Pylint upgrade and cleanup.
Ned Batchelder
2014-09-21
1
-1
/
+1
*
Avoid a bunch of deprecated functions.
Ned Batchelder
2014-05-17
1
-2
/
+2
*
Refactor execfile to avoid imp to avoid deprecation warnings
Ned Batchelder
2014-05-16
1
-0
/
+5
*
Use assertRaises as a context manager now that we can.
Ned Batchelder
2013-12-21
1
-13
/
+14
*
with statements: no more finally close
Ned Batchelder
2013-10-20
1
-4
/
+1
*
Now we can run .pyc files directly. Closes #264.
Ned Batchelder
2013-09-28
1
-2
/
+57
*
Directory changed: test->tests. Adapt.
Ned Batchelder
2013-02-02
1
-1
/
+1
*
Move the test directory to tests to avoid conflicts with the stdlib test pack...
Ned Batchelder
2013-02-02
1
-0
/
+116