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

        _clear()
Esempio n. 3
0
    def setUp(self):
        from guillotina.schema.vocabulary import _clear

        _clear()
Esempio n. 4
0
 def tearDown(self):
     from guillotina.schema.vocabulary import _clear
     _clear()
Esempio n. 5
0
 def setUp(self):
     from guillotina.schema.vocabulary import _clear
     _clear()