コード例 #1
0
 def test_entry_point(self):
     script = load_entry_point('qopen', 'console_scripts', 'qopen')
     with quiet():
         try:
             script(['-h'])
         except SystemExit:
             pass
コード例 #2
0
ファイル: test_core.py プロジェクト: iceseismic/qopen
 def test_entry_point(self):
     script = load_entry_point('qopen', 'console_scripts', 'qopen')
     with quiet():
         try:
             script(['-h'])
         except SystemExit:
             pass