diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-12-30 18:07:36 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-12-30 18:35:09 -0500 |
commit | 45787e29dea3a41f2e9570b66a571a7ebcda4592 (patch) | |
tree | 7eeadde7d7a033e27abd1df7411bb525bd711148 /tests/test_python.py | |
parent | 85c7a4ac4161c4eb2efeaf07e6f833d3a073b018 (diff) | |
download | python-coveragepy-git-45787e29dea3a41f2e9570b66a571a7ebcda4592.tar.gz |
refactor: removed mentions of Jython and IronPython
Diffstat (limited to 'tests/test_python.py')
-rw-r--r-- | tests/test_python.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_python.py b/tests/test_python.py index a8288613..fd8e7b52 100644 --- a/tests/test_python.py +++ b/tests/test_python.py @@ -59,7 +59,3 @@ def test_source_for_file_windows(tmpdir): # If both pyw and py exist, py is preferred path.ensure(file=True) assert source_for_file(src + 'c') == src - - -def test_source_for_file_jython(): - assert source_for_file("a$py.class") == "a.py" |