示例#1
0
 def setUp(self):  # noqa
     self.reg = ColortableRegistry()
示例#2
0
 def setup_method(self, _):
     'Set up a registry for use by the tests.'
     self.reg = ColortableRegistry()
示例#3
0
def registry():
    """Set up a registry for use by the tests."""
    return ColortableRegistry()