class documentation

class TestOptions_scope(TestCase): (source)

View In Hierarchy

Undocumented

Method test_parseOptions_bad_scope It fails to parse the option when the scope is bad
Method test_parseOptions_default When no explicit options is provided it will set an empty dict.
def test_parseOptions_bad_scope(self): (source)

It fails to parse the option when the scope is bad

def test_parseOptions_default(self): (source)

When no explicit options is provided it will set an empty dict.