Skip to content

Commit

Permalink
removing tests_pre_start as we use sqlite for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Sep 27, 2023
1 parent e665297 commit 4d6dfbc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
1 change: 0 additions & 1 deletion backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ lint-mypy:

.PHONY: test
test:
pipenv run python -m app.tests_pre_start
pipenv run pytest \
--cov-report term-missing \
--cov-report lcov \
Expand Down
37 changes: 0 additions & 37 deletions backend/app/tests_pre_start.py

This file was deleted.

0 comments on commit 4d6dfbc

Please sign in to comment.