From 687fedfffa402e049c59668f2a6248ad2ba17910 Mon Sep 17 00:00:00 2001 From: Christopher Baklid Date: Sun, 20 May 2018 21:11:18 +0200 Subject: Tests directory (#73) moves all tests into a testing directory and splits the tests into separate files --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 8a4c11b8..ce4b1379 100644 --- a/Pipfile +++ b/Pipfile @@ -39,7 +39,7 @@ python_version = "3.6" [scripts] start = "gunicorn -w 12 -b 0.0.0.0:10012 -c gunicorn_config.py --log-level info -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker app:app" lint = "python -m flake8" -test = "py.test app_test.py --cov pysite --cov-report term-missing -v" +test = "py.test tests --cov pysite --cov-report term-missing -v" clean = "rm -rf __pycache__ htmlcov .coverage .pytest_cache" build = "docker build -t pythondiscord/site:latest -f docker/Dockerfile ." push = "docker push pythondiscord/site:latest" -- cgit v1.2.3