projects
/
cookiecutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2b081a6
)
Set PYTHONPATH for tests
author
Oleg Broytman
<phd@phdru.name>
Tue, 20 Sep 2016 21:14:10 +0000
(
00:14
+0300)
committer
Oleg Broytman
<phd@phdru.name>
Tue, 20 Sep 2016 21:14:10 +0000
(
00:14
+0300)
project_template/tests/Makefile
patch
|
blob
|
history
diff --git
a/project_template/tests/Makefile
b/project_template/tests/Makefile
index 0c6125e273addd4339eff70c6d6648d8395c5a25..4374f05b22ef6857e80ae0073e412e35f23309e1 100644
(file)
--- a/
project_template/tests/Makefile
+++ b/
project_template/tests/Makefile
@@
-1,4
+1,4
@@
.PHONY: all
all:
- pytest
+
PYTHONPATH=..
pytest