X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Ftests%2FMakefile;h=4374f05b22ef6857e80ae0073e412e35f23309e1;hp=b990065cfd8bab40e800e4f3987644c570fca99e;hb=a5b574894d0da831b073e2007a4b06d88c3ae67b;hpb=d15f85bc0e619e222f849804eec6c30e7c762c90 diff --git a/project_template/tests/Makefile b/project_template/tests/Makefile index b990065..4374f05 100644 --- a/project_template/tests/Makefile +++ b/project_template/tests/Makefile @@ -1,4 +1,4 @@ .PHONY: all all: - ./run_all.py + PYTHONPATH=.. pytest