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_testing.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
mypy: test_testing.py test_version.py
Ned Batchelder
2023-01-07
1
-36
/
+46
*
refactor: a better way to have maybe-importable third-party modules
Ned Batchelder
2023-01-03
1
-12
/
+1
*
Use tomllib on Python 3.11 (#1359)
Shantanu
2022-05-15
1
-4
/
+4
*
refactor(test): make re_lines (et al) look like re.search
Ned Batchelder
2021-10-28
1
-26
/
+26
*
refactor(test): re_lines is more useful if it returns a list
Ned Batchelder
2021-10-27
1
-3
/
+5
*
test: add a test that self.stdout() works the way it says.
Ned Batchelder
2021-10-12
1
-0
/
+9
*
style: prefer explicit string concatenation
Ned Batchelder
2021-10-10
1
-9
/
+8
*
Support TOML v1.0.0 syntax in `pyproject.toml` (#1186)
Thomas Grainger
2021-07-13
1
-4
/
+4
*
feat: warnings are now real warnings
Ned Batchelder
2021-05-30
1
-1
/
+57
*
refactor: pyupgrade --py36-plus tests/**.py
Ned Batchelder
2021-05-02
1
-2
/
+1
*
test: simplify how StopEverything is converted to skip
nedbat/remove-unittest-testcase
Ned Batchelder
2021-03-11
1
-29
/
+0
*
refactor: move tests into classes
Ned Batchelder
2021-03-11
1
-54
/
+63
*
refactor: use pytest.skip instead of unittest's
Ned Batchelder
2021-03-11
1
-3
/
+9
*
refactor: no need for specialized assert_starts_with method
Ned Batchelder
2021-03-06
1
-11
/
+0
*
test: add tests of the failure asserts from check_coverage
Ned Batchelder
2021-02-22
1
-0
/
+51
*
refactor: remove unittest.assertCountEqual
Ned Batchelder
2021-02-06
1
-11
/
+9
*
refactor: move test mixins to their own file
Ned Batchelder
2021-02-02
1
-1
/
+2
*
test: adapt to pytest assertion messages
Ned Batchelder
2021-01-31
1
-6
/
+6
*
test: fix unittest2pytest brokenness
Ned Batchelder
2021-01-31
1
-8
/
+9
*
refactor: unittest2pytest -w tests
Ned Batchelder
2021-01-31
1
-35
/
+33
*
Simplify the testing of the toml extra, fixing #1084
Ned Batchelder
2021-01-18
1
-9
/
+10
*
Use set literals
Ned Batchelder
2021-01-03
1
-3
/
+3
*
Move test helpers to tests.helpers
Ned Batchelder
2019-12-31
1
-0
/
+28
*
Confirm that run_command will show us both stdout and stderr
Ned Batchelder
2019-12-23
1
-0
/
+11
*
A better way to import optional modules
Ned Batchelder
2019-11-03
1
-0
/
+12
*
Move arcz_to_arcs to misc so we can use it elsewhere
Ned Batchelder
2019-06-19
1
-8
/
+0
*
Prefer assertRaisesRegex to assertRaises
Ned Batchelder
2019-04-21
1
-9
/
+29
*
Control the sys.path that tests see
Ned Batchelder
2018-11-25
1
-0
/
+6
*
assert_file_count
Ned Batchelder
2018-08-07
1
-0
/
+17
*
Update NOTICE link to GitHub.
Ned Batchelder
2018-06-24
1
-1
/
+1
*
Beef up the assert_warnings test helper
Ned Batchelder
2017-04-06
1
-0
/
+11
*
assert_warnings can now assert that there were no warnings.
Ned Batchelder
2017-02-20
1
-0
/
+13
*
Move the decorator out of the metaclass, so we can test it
Ned Batchelder
2017-01-26
1
-2
/
+23
*
Promote re_line and re_lines to real helpers, with tests.
Ned Batchelder
2017-01-15
1
-7
/
+42
*
Fix two warnings
Ned Batchelder
2017-01-15
1
-0
/
+2
*
Add a test of CheckUniqueFilenames
Ned Batchelder
2017-01-15
1
-0
/
+26
*
Use the test method for setting the environment, so we can clean it
Ned Batchelder
2017-01-15
1
-1
/
+1
*
Remove the test helpers into their own repo
Ned Batchelder
2016-06-01
1
-111
/
+0
*
Add a delayed_assertions context manager
Ned Batchelder
2016-01-04
1
-1
/
+42
*
A better way to test for warnings.
Ned Batchelder
2015-10-03
1
-0
/
+39
*
Pragmas for metacoverage
Ned Batchelder
2015-08-30
1
-1
/
+1
*
Fix some tests to work in the Appveyor environment
Ned Batchelder
2015-08-29
1
-6
/
+14
*
Add an explicit test of EnvironmentAwareMixin
Ned Batchelder
2015-08-29
1
-1
/
+26
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-0
/
+3
*
Fix line too long
Ned Batchelder
2015-07-20
1
-1
/
+4
*
Pragma away some partial branches in next(gen...)
Ned Batchelder
2015-07-20
1
-2
/
+2
*
Test arcz_to_arcs directly.
Ned Batchelder
2015-07-20
1
-0
/
+5
*
Refactor datetime recency testing into a tested test helper
Ned Batchelder
2015-04-25
1
-0
/
+22
*
Clarify how to use make_file for non-ascii content.
Ned Batchelder
2015-01-22
1
-1
/
+4
*
For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix t...
Ned Batchelder
2014-12-12
1
-1
/
+1
[next]