summaryrefslogtreecommitdiff
path: root/tests/test_cmdline.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_cmdline.py
parentca8180e4551855364e11b1a1788ac6ef287e3d0e (diff)
downloadpython-coveragepy-git-4e3daa76648b8541fd89a14ae11a15946f87bf52.tar.gz
readthedocs.io now
Diffstat (limited to 'tests/test_cmdline.py')
-rw-r--r--tests/test_cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py
index 2a0b9741..ee60ed46 100644
--- a/tests/test_cmdline.py
+++ b/tests/test_cmdline.py
@@ -609,7 +609,7 @@ class CmdLineStdoutTest(BaseCmdLineTest):
def test_help(self):
self.command_line("help")
out = self.stdout()
- self.assertIn("readthedocs.org", out)
+ self.assertIn("readthedocs.io", out)
self.assertGreater(out.count("\n"), 10)
def test_cmd_help(self):