Skip to content

Commit

Permalink
Set PYTHONPATH when running unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
ollipa committed Dec 14, 2021
1 parent 264cf85 commit 58fe2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -37,7 +37,7 @@ unittest:
@printf '\n\n*****************\n'
@printf '$(color)Running unittest$(off)\n'
@printf '*****************\n'
$(PYTHON) tests/test_unittest.py
PYTHONPATH=$(shell pwd) $(PYTHON) tests/test_unittest.py

.PHONY: doctest
doctest:
Expand Down

0 comments on commit 58fe2b9

Please sign in to comment.