Method summary
- setUp(self)
- tearDown(self)
- test_allows(self)
- test_default_list(self)
- test_set_allowed_name(self)
- test_set_disallowed_name(self)
Methods
- setUp(self)
- tearDown(self)
- test_allows(self)
Does the allow method filter names appropriately?
- test_default_list(self)
Do all NameFilterContext get their own list by default?
- Note: This is really a test that the default value to an Any trait
- is not shared between objects if it is a list...
- test_set_allowed_name(self)
Does the context accept names that aren't in its name list?
- test_set_disallowed_name(self)
Does the context reject names that aren't in its name list?