From 43b4ffb88a68037bb12b17a9f6758e10a3ff65ba Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Thu, 30 Jun 2016 00:23:15 +0200 Subject: [PATCH] Simplify Makefile --- Makefile | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 1fcffcb..d0f9165 100644 --- a/Makefile +++ b/Makefile @@ -53,17 +53,9 @@ test_project: test_venv/cas/manage.py @echo "##############################################################" @echo "A test django project was created in $(realpath test_venv/cas)" -run_test_server: test_project +run_server: test_project test_venv/bin/python test_venv/cas/manage.py runserver -tests: test_venv - test_venv/bin/py.test - -coverage: test_venv - test_venv/bin/py.test --cov=cas_server --cov-report xml --cov-report html - -test_venv/bin/python-codacy-coverage: - test_venv/bin/pip install codacy-coverage - -coverage_codacy: coverage test_venv/bin/python-codacy-coverage - test_venv/bin/python-codacy-coverage -r coverage.xml +run_tests: test_venv + test_venv/bin/py.test --cov=cas_server --cov-report html + rm htmlcov/coverage_html.js # I am really pissed off by those keybord shortcuts