mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-06 22:39:55 +08:00
16 lines
257 B
Python
16 lines
257 B
Python
|
|
tests=[
|
|
("testExecs/testTransforms.exe","",{}),
|
|
("testExecs/testGrid.exe","",{}),
|
|
]
|
|
|
|
|
|
|
|
longTests=[]
|
|
|
|
if __name__=='__main__':
|
|
import sys
|
|
from rdkit import TestRunner
|
|
failed,tests = TestRunner.RunScript('test_list.py',0,1)
|
|
sys.exit(len(failed))
|