Skip to content
Snippets Groups Projects
Commit 4c07b0a6 authored by Nicholas Robinson's avatar Nicholas Robinson
Browse files

Test.py testing on fewer tests ability

parent 61c703f4
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,8 @@ def allFiles(testDir):
def main():
if sys.argv[1]:
testFiles = ["./Tests/" + sys.argv[1]]
if len(sys.argv) > 1:
testFiles = ["./Tests/" + f for f in sys.argv[1:]]
else:
# All files in the test directory
testDirectory = "./Tests/"
......
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