def setuptools.tests.test_resources.NamespaceTests._assertIn |
( |
|
self, |
|
|
|
member, |
|
|
|
container |
|
) |
| |
|
private |
assertIn and assertTrue does not exist in Python2.3
def setuptools.tests.test_resources.NamespaceTests.setUp |
( |
|
self | ) |
|
def setuptools.tests.test_resources.NamespaceTests.tearDown |
( |
|
self | ) |
|
def setuptools.tests.test_resources.NamespaceTests.test_two_levels_deep |
( |
|
self | ) |
|
Test nested namespace packages
Create namespace packages in the following tree :
site-packages-1/pkg1/pkg2
site-packages-2/pkg1/pkg2
Check both are in the _namespace_packages dict and that their __path__
is correct
setuptools.tests.test_resources.NamespaceTests._ns_pkgs |
|
private |
setuptools.tests.test_resources.NamespaceTests._prev_sys_path |
|
private |
setuptools.tests.test_resources.NamespaceTests._tmpdir |
|
private |
The documentation for this class was generated from the following file:
Copyright 2014 Google Inc. All rights reserved.