diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-06-14 08:31:56 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-06-14 08:31:56 -0400 |
commit | 03b7b258014e300f1974b9f5832ccd74e692cc29 (patch) | |
tree | fb33d722e3314f74b1c5e65f2bebbfae437db72d /tests/test_oddball.py | |
parent | d86f865ba3dbc1369f7b08144a8876375edb9eae (diff) | |
download | python-coveragepy-git-03b7b258014e300f1974b9f5832ccd74e692cc29.tar.gz |
Update URLs so link-checker doesn't spew red.
Diffstat (limited to 'tests/test_oddball.py')
-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 b54f4ef9..aa2f333c 100644 --- a/tests/test_oddball.py +++ b/tests/test_oddball.py @@ -93,7 +93,7 @@ class RecursionTest(CoverageTest): ) def test_long_recursion_recovery(self): - # Test the core of bug 93: http://bitbucket.org/ned/coveragepy/issue/93 + # Test the core of bug 93: https://bitbucket.org/ned/coveragepy/issue/93 # When recovering from a stack overflow, the Python trace function is # disabled, but the C trace function is not. So if we're using a # Python trace function, we won't trace anything after the stack |