Skip to content
Snippets Groups Projects
Commit 5863952f authored by David Trattnig's avatar David Trattnig
Browse files

chore: add test case pattern

parent 53a7cab1
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ format:: ...@@ -84,7 +84,7 @@ format::
poetry run black . poetry run black .
test:: test::
poetry run python3 -m unittest discover . poetry run python3 -m unittest discover . --pattern "test_*.py"
recreatedb:: recreatedb::
sudo -u postgres psql -f contrib/postgresql-drop-all.sql sudo -u postgres psql -f contrib/postgresql-drop-all.sql
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment