passing some tests
This commit is contained in:
@@ -33,7 +33,7 @@ class SimpleViewTest(TestCase):
|
||||
for workout in self.user_workouts:
|
||||
try:
|
||||
os.remove(workout.csvfilename)
|
||||
except (IOError, WindowsError,OSError):
|
||||
except (IOError, FileNotFoundError,OSError):
|
||||
pass
|
||||
|
||||
def test_start_protrial(self):
|
||||
|
||||
Reference in New Issue
Block a user