]> git.phdru.name Git - cookiecutter.git/commitdiff
Set PYTHONPATH for tests
authorOleg Broytman <phd@phdru.name>
Tue, 20 Sep 2016 21:14:10 +0000 (00:14 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 20 Sep 2016 21:14:10 +0000 (00:14 +0300)
project_template/tests/Makefile

index 0c6125e273addd4339eff70c6d6648d8395c5a25..4374f05b22ef6857e80ae0073e412e35f23309e1 100644 (file)
@@ -1,4 +1,4 @@
 
 .PHONY: all
 all:
-       pytest
+       PYTHONPATH=.. pytest