From: Oleg Broytman Date: Tue, 20 Sep 2016 21:14:10 +0000 (+0300) Subject: Set PYTHONPATH for tests X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=a5b574894d0da831b073e2007a4b06d88c3ae67b Set PYTHONPATH for tests --- 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