mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
15 lines
213 B
Python
Executable File
15 lines
213 B
Python
Executable File
|
|
tests=[
|
|
("testExecs/test.exe","",{}),
|
|
]
|
|
|
|
|
|
|
|
longTests=[]
|
|
|
|
if __name__=='__main__':
|
|
import sys
|
|
from rdkit import TestRunner
|
|
failed,tests = TestRunner.RunScript('test_list.py',0,1)
|
|
sys.exit(len(failed))
|