Пример #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)
Пример #2
0
    def tearDown(self):
        from guillotina.schema.vocabulary import _clear

        _clear()
Пример #3
0
    def setUp(self):
        from guillotina.schema.vocabulary import _clear

        _clear()
Пример #4
0
 def tearDown(self):
     from guillotina.schema.vocabulary import _clear
     _clear()
Пример #5
0
 def setUp(self):
     from guillotina.schema.vocabulary import _clear
     _clear()