class documentation

Mixin defining setup code for any tests for Flags subclasses.

Method setUp Create a fresh new Flags subclass for each unit test to use. Since Flags is stateful, re-using the same subclass across test methods makes exercising all of the implementation code paths difficult.
Instance Variable FXF A Flags subclass created for each test method.
def setUp(self): (source)

Create a fresh new Flags subclass for each unit test to use. Since Flags is stateful, re-using the same subclass across test methods makes exercising all of the implementation code paths difficult.

A Flags subclass created for each test method.