diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-26 10:32:34 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-26 10:32:34 -0500 |
| commit | e3da86017869fd3c6836f36a25582339400a0514 (patch) | |
| tree | 8670a59e05c49d96fdee0277ae2490191bbbd635 /tests/farm/html/run_y_xml_branch.py | |
| parent | 5cb08b5c0a9d4b22d6d2ae5995d180b53f029dd2 (diff) | |
| download | python-coveragepy-e3da86017869fd3c6836f36a25582339400a0514.tar.gz | |
Fix the tests that were looking for the doc URL.
Diffstat (limited to 'tests/farm/html/run_y_xml_branch.py')
| -rw-r--r-- | tests/farm/html/run_y_xml_branch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/farm/html/run_y_xml_branch.py b/tests/farm/html/run_y_xml_branch.py index 9ae9a9f..5922807 100644 --- a/tests/farm/html/run_y_xml_branch.py +++ b/tests/farm/html/run_y_xml_branch.py @@ -21,6 +21,6 @@ compare("gold_y_xml_branch", "xml_branch", scrubs=[ (r' timestamp="\d+"', ' timestamp="TIMESTAMP"'), (r' version="[-.\w]+"', ' version="VERSION"'), (r'<source>\s*.*?\s*</source>', '<source>%s</source>' % source_path), - (r'/code/coverage/?[-.\w]*', '/code/coverage/VER'), + (r'/coverage.readthedocs.org/?[-.\w/]*', '/coverage.readthedocs.org/VER'), ]) clean("xml_branch") |
