summaryrefslogtreecommitdiff
path: root/doc/en/nose.rst
diff options
context:
space:
mode:
authorAdam Chainz <me@adamj.eu>2016-05-18 17:12:39 +0100
committerAdam Chainz <me@adamj.eu>2016-05-18 17:12:39 +0100
commit8a39869347ce8b215e336a83efad520e9f4cdd39 (patch)
tree218e5585d3ac7779117bf5015e486cc6fa5b71a2 /doc/en/nose.rst
parent8a94c66e6834e060e20d3bc6691594bf4bf42153 (diff)
downloadpytest-8a39869347ce8b215e336a83efad520e9f4cdd39.tar.gz
Convert readthedocs link for their .org -> .io migration for hosted projects
As per their email ‘Changes to project subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified. One was not modified - `http://media.readthedocs.org/epub/pytest/latest/pytest.epub` - since it doesn't work on `readthedocs.io`.
Diffstat (limited to 'doc/en/nose.rst')
-rw-r--r--doc/en/nose.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/nose.rst b/doc/en/nose.rst
index 3b92e04cf..04386ea0f 100644
--- a/doc/en/nose.rst
+++ b/doc/en/nose.rst
@@ -46,7 +46,7 @@ Unsupported idioms / known issues
(e.g. ``tests/test_mode.py`` and ``other/tests/test_mode.py``)
by extending sys.path/import semantics. pytest does not do that
but there is discussion in `issue268 <https://github.com/pytest-dev/pytest/issues/268>`_ for adding some support. Note that
- `nose2 choose to avoid this sys.path/import hackery <https://nose2.readthedocs.org/en/latest/differences.html#test-discovery-and-loading>`_.
+ `nose2 choose to avoid this sys.path/import hackery <https://nose2.readthedocs.io/en/latest/differences.html#test-discovery-and-loading>`_.
- nose-style doctests are not collected and executed correctly,
also doctest fixtures don't work.