コード例 #1
0
 def revert():
     EnvironmentManager.set('current_blok', None)
     del RegistryManager.loaded_bloks['testCore']
     RegistryManager.undeclare_core('test')
コード例 #2
0
ファイル: test_registry_core.py プロジェクト: AnyBlok/AnyBlok
 def tearDownClass(cls):
     super(TestRegistryCore, cls).tearDownClass()
     EnvironmentManager.set('current_blok', None)
     del RegistryManager.loaded_bloks['testCore']
     RegistryManager.undeclare_core('test')
コード例 #3
0
 def tearDownClass(cls):
     super(TestRegistryCore, cls).tearDownClass()
     EnvironmentManager.set('current_blok', None)
     del RegistryManager.loaded_bloks['testCore']
     RegistryManager.undeclare_core('test')