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

Public Member Functions

def assertfields
 
def setUp
 
def testBasics
 
def testParse
 
def testRejects
 
def checkSubMap
 
def testParseList
 
def testParseMap
 

Public Attributes

 dist
 

Static Public Attributes

tuple submap_expect
 
string submap_str
 

Member Function Documentation

def setuptools.tests.test_resources.EntryPointTests.assertfields (   self,
  ep 
)
def setuptools.tests.test_resources.EntryPointTests.checkSubMap (   self,
  m 
)
def setuptools.tests.test_resources.EntryPointTests.setUp (   self)
def setuptools.tests.test_resources.EntryPointTests.testBasics (   self)
def setuptools.tests.test_resources.EntryPointTests.testParse (   self)
def setuptools.tests.test_resources.EntryPointTests.testParseList (   self)
def setuptools.tests.test_resources.EntryPointTests.testParseMap (   self)
def setuptools.tests.test_resources.EntryPointTests.testRejects (   self)

Member Data Documentation

setuptools.tests.test_resources.EntryPointTests.dist
tuple setuptools.tests.test_resources.EntryPointTests.submap_expect
static
Initial value:
1 = dict(
2  feature1=EntryPoint('feature1', 'somemodule', ['somefunction']),
3  feature2=EntryPoint('feature2', 'another.module', ['SomeClass'], ['extra1','extra2']),
4  feature3=EntryPoint('feature3', 'this.module', extras=['something'])
5  )
string setuptools.tests.test_resources.EntryPointTests.submap_str
static
Initial value:
1 = """
2  # define features for blah blah
3  feature1 = somemodule:somefunction
4  feature2 = another.module:SomeClass [extra1,extra2]
5  feature3 = this.module [something]
6 """

The documentation for this class was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.