Beispiel #1
0
 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)
Beispiel #2
0
    def tearDown(self):
        from guillotina.schema.vocabulary import _clear

        _clear()
Beispiel #3
0
    def setUp(self):
        from guillotina.schema.vocabulary import _clear

        _clear()
 def tearDown(self):
     from guillotina.schema.vocabulary import _clear
     _clear()
 def setUp(self):
     from guillotina.schema.vocabulary import _clear
     _clear()