From 306ee25cc0712548f058e53e56acd663c1825e54 Mon Sep 17 00:00:00 2001 From: Jacob Kaplan-Moss Date: Wed, 25 Dec 2019 10:50:14 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20run=20tests=20with=20python=20-m=20?= =?UTF-8?q?unittest=20discover?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- Makefile | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 Makefile diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1a33788..a2d42f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/Makefile b/Makefile deleted file mode 100644 index 0249649..0000000 --- a/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -test: - python test_dj_database_url.py \ No newline at end of file