Skip to content

Commit 80b201d

Browse files
committed
tidy
1 parent 1b62bf9 commit 80b201d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lambdas/shared/Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
TEST_ENV := @PYTHONPATH=src:tests:src/common
2+
13
test:
2-
@PYTHONPATH=src:../ python -m unittest discover -s tests -p "test_*.py" -v
4+
$(TEST_ENV) python -m unittest discover -s tests -p "test_*.py" -v
5+
6+
testv:
7+
$(TEST_ENV) python -m unittest discover -s tests/test_common/validator -p "test_*.py" -v
38

49
test-list:
510
@PYTHONPATH=src:tests python -m unittest discover -s tests -p "test_*.py" --verbose | grep test_

0 commit comments

Comments
 (0)