Skip to content
Snippets Groups Projects
Commit e5f0fda4 authored by pycsham's avatar pycsham
Browse files

changed testing code to debug J1 test files

parent 6e9d22f8
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ from Parsing import parse
def allFiles(testDir):
return [testDir + f for f in listdir(testDir) if isfile(join(testDir, f))]
return [testDir + f for f in listdir(testDir) if isfile(join(testDir, f)) and f.startswith('J1')]
def main():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment