Skip to content

Commit

Permalink
add pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana14 committed May 10, 2024
1 parent 562836f commit 49c175b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PYTHONPATH = .

.PHONY: test
test:
pytest --cov=audit_log -vv tests
PYTHONPATH=. pytest --cov=audit_log -vv tests


.PHONY: fmt
Expand Down

0 comments on commit 49c175b

Please sign in to comment.