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