summaryrefslogtreecommitdiff
path: root/tests/test_xml.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-04-30 10:42:14 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-04-30 10:42:14 -0400
commit4e3daa76648b8541fd89a14ae11a15946f87bf52 (patch)
tree808c201993fbd18116c31406d9c43247e9a70be6 /tests/test_xml.py
parentca8180e4551855364e11b1a1788ac6ef287e3d0e (diff)
downloadpython-coveragepy-git-4e3daa76648b8541fd89a14ae11a15946f87bf52.tar.gz
readthedocs.io now
Diffstat (limited to 'tests/test_xml.py')
-rw-r--r--tests/test_xml.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_xml.py b/tests/test_xml.py
index 357c4ead..3d521b3a 100644
--- a/tests/test_xml.py
+++ b/tests/test_xml.py
@@ -331,7 +331,7 @@ class XmlGoldTest(CoverageGoldTest):
(r' timestamp="\d+"', ' timestamp="TIMESTAMP"'),
(r' version="[-.\w]+"', ' version="VERSION"'),
(r'<source>\s*.*?\s*</source>', '<source>%s</source>' % source_path),
- (r'/coverage.readthedocs.org/?[-.\w/]*', '/coverage.readthedocs.org/VER'),
+ (r'/coverage.readthedocs.io/?[-.\w/]*', '/coverage.readthedocs.io/VER'),
])
def test_a_xml_2(self):
@@ -350,7 +350,7 @@ class XmlGoldTest(CoverageGoldTest):
(r' timestamp="\d+"', ' timestamp="TIMESTAMP"'),
(r' version="[-.\w]+"', ' version="VERSION"'),
(r'<source>\s*.*?\s*</source>', '<source>%s</source>' % source_path),
- (r'/coverage.readthedocs.org/?[-.\w/]*', '/coverage.readthedocs.org/VER'),
+ (r'/coverage.readthedocs.io/?[-.\w/]*', '/coverage.readthedocs.io/VER'),
])
def test_y_xml_branch(self):
@@ -369,5 +369,5 @@ class XmlGoldTest(CoverageGoldTest):
(r' timestamp="\d+"', ' timestamp="TIMESTAMP"'),
(r' version="[-.\w]+"', ' version="VERSION"'),
(r'<source>\s*.*?\s*</source>', '<source>%s</source>' % source_path),
- (r'/coverage.readthedocs.org/?[-.\w/]*', '/coverage.readthedocs.org/VER'),
+ (r'/coverage.readthedocs.io/?[-.\w/]*', '/coverage.readthedocs.io/VER'),
])