Files
pytest2/testing
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
..
2019-03-01 14:24:18 +01:00
2019-03-01 14:24:18 +01:00
2019-03-03 11:20:00 -03:00
2019-03-15 11:06:57 +09:00
2019-03-01 14:24:18 +01:00
2019-01-13 20:41:30 -08:00
2019-02-16 11:23:23 -08:00
2019-03-01 14:24:18 +01:00