Skip to content

Commit

Permalink
Removed redudent models from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marioncottard committed Oct 9, 2023
1 parent 11eccdc commit a23e9b7
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 305 deletions.
12 changes: 0 additions & 12 deletions cornflow-server/cornflow/tests/data/models/__init__.py

This file was deleted.

28 changes: 0 additions & 28 deletions cornflow-server/cornflow/tests/data/models/action.py

This file was deleted.

100 changes: 0 additions & 100 deletions cornflow-server/cornflow/tests/data/models/base_data_model.py

This file was deleted.

73 changes: 0 additions & 73 deletions cornflow-server/cornflow/tests/data/models/instance.py

This file was deleted.

91 changes: 0 additions & 91 deletions cornflow-server/cornflow/tests/data/models/permission.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class SchemaFromModelsTests(unittest.TestCase):
def setUp(self):
super().setUp()
self.models_path = self._get_path("../data/models")
self.models_path = self._get_path("../../models")
self.output_path = self._get_path(os.path.join(os.getcwd(), "test_output.json"))

@staticmethod
Expand Down

0 comments on commit a23e9b7

Please sign in to comment.