diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2023-01-01 18:57:42 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2023-01-01 19:27:47 -0500 |
| commit | 0c9b5e0e9da9c2cffd50db7b28142d22d0f66cee (patch) | |
| tree | e407697322a76e40ccc38ac44aa4d2f2489d6dcc /tests | |
| parent | 8f4d404c8f9044ea1c3bf2479236f51d7706cb76 (diff) | |
| download | python-coveragepy-git-0c9b5e0e9da9c2cffd50db7b28142d22d0f66cee.tar.gz | |
mypy: check collector.py and plugin_support.py
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_oddball.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_oddball.py b/tests/test_oddball.py index 2c35177b..ca139737 100644 --- a/tests/test_oddball.py +++ b/tests/test_oddball.py @@ -139,7 +139,7 @@ class RecursionTest(CoverageTest): assert re.fullmatch( r"Trace function changed, data is likely wrong: None != " + r"<bound method PyTracer._trace of " + - "<PyTracer at 0x[0-9a-fA-F]+: 5 lines in 1 files>>", + "<PyTracer at 0x[0-9a-fA-F]+: 5 data points in 1 files>>", cov._warnings[0], ) else: |
