diff options
Diffstat (limited to 'tests/test_data.py')
| -rw-r--r-- | tests/test_data.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_data.py b/tests/test_data.py index d058388c..b3ac718e 100644 --- a/tests/test_data.py +++ b/tests/test_data.py @@ -443,7 +443,7 @@ class CoverageDataTest(DataTestHelpers, CoverageTest): ]) def test_add_to_lines_hash_with_missing_file(self): - # https://bitbucket.org/ned/coveragepy/issues/403 + # https://github.com/nedbat/coveragepy/issues/403 covdata = CoverageData() covdata.add_lines(LINES_1) hasher = mock.Mock() @@ -454,7 +454,7 @@ class CoverageDataTest(DataTestHelpers, CoverageTest): ]) def test_add_to_arcs_hash_with_missing_file(self): - # https://bitbucket.org/ned/coveragepy/issues/403 + # https://github.com/nedbat/coveragepy/issues/403 covdata = CoverageData() covdata.add_arcs(ARCS_3) covdata.add_file_tracers({"y.py": "hologram_plugin"}) |
