コード例 #1
0
ファイル: test_plugins.py プロジェクト: exedre/e4t
 def test_import_exelib(self):
     m__import__('exelib')
     m__import__('exelib.procs')
コード例 #2
0
ファイル: test_plugins.py プロジェクト: exedre/e4t
 def test_dont(self):
     m__import__('dont')
コード例 #3
0
ファイル: test_plugins.py プロジェクト: exedre/e4t
 def test_import_std(self):
     self.assertEqual( m__import__('sys'),    sys)