mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
* Issue #1071: add yapf configuration file * yapf formatting of Code directory * yapf formatting of Contrib directory * yapf formatting of Data directory * yapf formatting of Docs directory * yapf formatting of External directory * yapf formatting of Projects directory * yapf formatting of Regress directory * yapf formatting of Scripts directory * yapf formatting of Web directory * yapf formatting of rdkit directory
10 lines
230 B
Python
10 lines
230 B
Python
tests = [("python", "TestDbCLI.py", {'dir': 'DbCLI'}), ]
|
|
|
|
longTests = []
|
|
|
|
if __name__ == '__main__':
|
|
import sys
|
|
from rdkit import TestRunner
|
|
failed, tests = TestRunner.RunScript('test_list.py', 0, 1)
|
|
sys.exit(len(failed))
|