From 701d0351a6df84b9b9fc4b80562cd5de65db71c4 Mon Sep 17 00:00:00 2001 From: patriksevallius Date: Thu, 13 Jun 2019 06:01:30 +0200 Subject: [PATCH] Add missing 'e' to test_mod(e). --- doc/en/nose.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `_. - 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 `_ for adding some support. Note that