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