X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Ftests%2FMakefile;h=4374f05b22ef6857e80ae0073e412e35f23309e1;hp=0c6125e273addd4339eff70c6d6648d8395c5a25;hb=91b93d9d010f6d34943a0e4aeffd3c9f0ee2879c;hpb=fe3b3f07b04313b539ea8894dca05ba6e6eb60aa 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