class documentation

class TestLegacyNamespaces: (source)

View In Hierarchy

Ported from test_develop

Method test_namespace_package_importable Installing two packages sharing the same namespace, one installed naturally using pip or `--single-version-externally-managed` and the other installed in editable mode should leave the namespace intact and both packages reachable by import.
def test_namespace_package_importable(self, venv, tmp_path, editable_opts): (source)

Installing two packages sharing the same namespace, one installed naturally using pip or `--single-version-externally-managed` and the other installed in editable mode should leave the namespace intact and both packages reachable by import.