class documentation

class TestNamespaces: (source)

View In Hierarchy

Undocumented

Static Method install_develop Undocumented
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 using `develop` should leave the namespace in tact and both packages reachable by import.
@staticmethod
def install_develop(src_dir, target): (source)

Undocumented

@pytest.mark.skipif(bool(os.environ.get('APPVEYOR')), reason='https://github.com/pypa/setuptools/issues/851')
@pytest.mark.skipif((platform.python_implementation() == 'PyPy'), reason='https://github.com/pypa/setuptools/issues/1202')
def test_namespace_package_importable(self, tmpdir): (source)

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