コード例 #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
ファイル: test_vocabulary.py プロジェクト: sunbit/guillotina
    def tearDown(self):
        from guillotina.schema.vocabulary import _clear

        _clear()
コード例 #3
0
ファイル: test_vocabulary.py プロジェクト: sunbit/guillotina
    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()