diff --git a/backend/tests/test_special_value_workout.py b/backend/tests/test_special_value_workout.py index 9c09b45..3c58a1c 100644 --- a/backend/tests/test_special_value_workout.py +++ b/backend/tests/test_special_value_workout.py @@ -1,6 +1,8 @@ """ TC_005 - Special value test for the limit of sets in an exercise instance """ +from django.test import TestCase + def test_create_valid_workout(self): response = self.client.post("/api/workouts/", { "name": "Full body toning",