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