mirror of
https://github.com/schrodinger/pymol-open-source.git
synced 2026-06-03 19:54:24 +08:00
7 lines
214 B
Promela
7 lines
214 B
Promela
python
|
|
import sys, os
|
|
_testing_py = os.path.join(os.path.dirname(__script__), 'testing.py')
|
|
sys.argv = [_testing_py, '--run', 'all', '--offline', '--no-mmlibs', '--no-undo']
|
|
cmd.do('run ' + _testing_py)
|
|
python end
|