summaryrefslogtreecommitdiff
path: root/doc/en/nose.rst
diff options
context:
space:
mode:
authorpatriksevallius <patrik.sevallius@gmail.com>2019-06-13 06:01:30 +0200
committerGitHub <noreply@github.com>2019-06-13 06:01:30 +0200
commit701d0351a6df84b9b9fc4b80562cd5de65db71c4 (patch)
treee73d220c1424f0ad10fdfef9e48aac718bac06f9 /doc/en/nose.rst
parentbad7ab721a7ffed6a6234436fc2eaa76fa471e1c (diff)
downloadpytest-701d0351a6df84b9b9fc4b80562cd5de65db71c4.tar.gz
Add missing 'e' to test_mod(e).
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 701ea44ec..bf416132c 100644
--- a/doc/en/nose.rst
+++ b/doc/en/nose.rst
@@ -46,7 +46,7 @@ Unsupported idioms / known issues
<https://github.com/pytest-dev/pytest/issues/377/>`_.
- nose imports test modules with the same import path (e.g.
- ``tests.test_mod``) but different file system paths
+ ``tests.test_mode``) but different file system paths
(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 `#268 <https://github.com/pytest-dev/pytest/issues/268>`_ for adding some support. Note that