mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
✅ run tests with python -m unittest discover
This commit is contained in:
parent
70ebcfb6db
commit
306ee25cc0
2 changed files with 1 additions and 3 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -37,4 +37,4 @@ jobs:
|
|||
- name: Run Tests
|
||||
run: |
|
||||
echo "$(python --version) / Django $(django-admin --version)"
|
||||
python test_dj_database_url.py
|
||||
python -m unittest discover
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -1,2 +0,0 @@
|
|||
test:
|
||||
python test_dj_database_url.py
|
||||
Loading…
Reference in a new issue