pytest2/src
Daniel Hahler 475119988c monkeypatch.syspath_prepend: call fixup_namespace_packages
Without the patch the test fails as follows:

            # Prepending should call fixup_namespace_packages.
            monkeypatch.syspath_prepend("world")
    >       import ns_pkg.world
    E       ModuleNotFoundError: No module named 'ns_pkg.world'
2019-03-22 15:29:08 +01:00
..
_pytest monkeypatch.syspath_prepend: call fixup_namespace_packages 2019-03-22 15:29:08 +01:00
pytest.py Adding `does_not_raise` to documentation only 2019-01-27 16:42:10 +00:00