summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-11 16:33:56 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-11 16:33:56 +0100
commit8ce17eb2544413f924fdd07fa0e097952dee9cf5 (patch)
tree828406be1fdc4258a90b3a57460dffe350afb9dd /Makefile.in
parent8cbacb502e7b62203b98d4cd374c429f4c007509 (diff)
downloadbackoffice-8ce17eb2544413f924fdd07fa0e097952dee9cf5.tar.gz
backoffice-8ce17eb2544413f924fdd07fa0e097952dee9cf5.tar.bz2
backoffice-8ce17eb2544413f924fdd07fa0e097952dee9cf5.zip
mock and nose for testing
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 508f141..b80131d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,5 +49,4 @@ install: $(templates) install-data
.PHONY: check
check:
@export TALER_CONFIG_FILE=@abs_srcdir@/talerblog/tests.conf; \
- export PYTHONPATH=@prefix@/lib/python@PYTHON_VERSION@/site-packages; \
- python3 talerblog/tests.py
+ python3 setup.py test