Skip to content

Commit

Permalink
Merge pull request pytest-dev#5442 from patriksevallius/master
Browse files Browse the repository at this point in the history
Add missing 'e' to test_mod(e).
  • Loading branch information
nicoddemus committed Jun 13, 2019
2 parents bad7ab7 + 701d035 commit e3dcf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/nose.rst
Expand Up @@ -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
Expand Down

0 comments on commit e3dcf1f

Please sign in to comment.