Skip to content

Commit

Permalink
Update Test and Remove Track/Data folder (#150)
Browse files Browse the repository at this point in the history
Former-commit-id: 7b067f3
  • Loading branch information
haphantran authored May 13, 2024
2 parents 6df7985 + 7d8e527 commit 6eb8548
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Track/Track.py
Original file line number Diff line number Diff line change
Expand Up @@ -1538,6 +1538,11 @@ def runTest(self):
"""Run as few or as many tests as needed here.
"""
self.setUp()
# check if folder exists
if not os.path.exists(self.cine_images_folder_path) or not os.path.exists(self.csv_file_path):
self.delayDisplay('Data is not available for testing',None,2000)
return

self.test_loadImagesIntoSequenceNode()
self.test_validateTransformsInput()
self.delayDisplay('Test passed')
Expand Down

0 comments on commit 6eb8548

Please sign in to comment.