class documentation

class FunctionFilterContextTestCase(unittest.TestCase): (source)

View In Hierarchy

Test whether the context filters values by their type appropriately. Note: We can't run all the AbstractContextTestCases on this class because it is picky about what variables it allows to be assigned into it, and many of the tests will fail.

Method setUp Undocumented
Method tearDown Undocumented
Method test_allows Does the allow method filter names appropriately?
Method test_set_allowed_name Does the context accept names that aren't in its name list?
def setUp(self): (source)

Undocumented

def tearDown(self): (source)

Undocumented

def test_allows(self): (source)

Does the allow method filter names appropriately?

def test_set_allowed_name(self): (source)

Does the context accept names that aren't in its name list?