From a5b574894d0da831b073e2007a4b06d88c3ae67b Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 21 Sep 2016 00:14:10 +0300 Subject: [PATCH] Set PYTHONPATH for tests --- project_template/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2