From: Oleg Broytman Date: Tue, 20 Sep 2016 20:57:08 +0000 (+0300) Subject: Set PYTHONPATH for tests X-Git-Tag: 0.0.15~32 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=aad99e369380495183962ab6675cdb9bffabd6e5;p=m_librarian.git Set PYTHONPATH for tests --- diff --git a/tests/Makefile b/tests/Makefile index 0c6125e..4374f05 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ .PHONY: all all: - pytest + PYTHONPATH=.. pytest