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