Skip to content

Commit f9cd77a

Browse files
committed
clean test data
1 parent 9ccd141 commit f9cd77a

File tree

763 files changed

+2
-1014613
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

763 files changed

+2
-1014613
lines changed

script/wrap_test_data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def add_data_files(test_files, dirname, names):
1414
"""File names that end in "_test.html" are added to test_files."""
1515
for name in names:
1616
path = os.path.join(dirname, name)
17-
if os.path.isfile(path) and name.endswith('.sbgn'):
17+
if os.path.isfile(path) and (name.endswith('.sbgn') or name.endswith('.json') or name.endswith('.jsbgn') or name.endswith('.xml')):
1818
pathArg = path.replace('\\', '/').replace('./','')
1919
test_files.append(pathArg)
2020

test/data/all_data.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)