Skip to content

Commit

Permalink
Tidy up test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn committed Aug 2, 2024
1 parent 158bff7 commit b240597
Show file tree
Hide file tree
Showing 4 changed files with 466 additions and 701 deletions.
6 changes: 2 additions & 4 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,9 @@ def local_grand_challenge() -> Generator[str, None, None]:
"bash",
"-c",
(
# TODO remove dependency on faker
"python -m pip install faker "
"&& python manage.py migrate "
"python manage.py migrate "
"&& python manage.py runscript "
"minio development_fixtures algorithm_evaluation_fixtures"
"minio create_test_fixtures"
),
],
cwd=tmp_path,
Expand Down
184 changes: 0 additions & 184 deletions tests/scripts/algorithm_evaluation_fixtures.py

This file was deleted.

Loading

0 comments on commit b240597

Please sign in to comment.