def setUp(self): from guillotina.schema.vocabulary import _clear from guillotina.schema.vocabulary import getVocabularyRegistry from guillotina.schema.tests.states import StateVocabulary _clear() vr = getVocabularyRegistry() vr.register("states", StateVocabulary)
def tearDown(self): from guillotina.schema.vocabulary import _clear _clear()
def setUp(self): from guillotina.schema.vocabulary import _clear _clear()