Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
setuptools.tests.test_resources.NamespaceTests Class Reference
Inheritance diagram for setuptools.tests.test_resources.NamespaceTests:

Public Member Functions

def setUp
 
def tearDown
 
def test_two_levels_deep
 

Private Member Functions

def _assertIn
 

Private Attributes

 _ns_pkgs
 
 _tmpdir
 
 _prev_sys_path
 

Member Function Documentation

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

Member Data Documentation

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.