예제 #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)