From 337245b4d8ad7c8bc45a2be1dd67b71f796f7e7c Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 11 Dec 2017 16:28:55 +0100 Subject: mock and nose for testing --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index c16dac2..38379a5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -49,5 +49,4 @@ install: $(templates) install-data .PHONY: check check: @export TALER_CONFIG_FILE=@abs_srcdir@/talerdonations/tests.conf; \ - export PYTHONPATH=@prefix@/lib/python@PYTHON_VERSION@/site-packages; \ - python3 talerdonations/tests.py + python3 setup.py test -- cgit v1.2.3