Skip to content

Commit 2857778

Browse files
committed
tidy
1 parent 81b86a5 commit 2857778

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

lambdas/shared/Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
TEST_ENV := @PYTHONPATH=src:tests:src/common
2-
31
test:
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
2+
@PYTHONPATH=src:../ python -m unittest discover -s tests -p "test_*.py" -v
83

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

0 commit comments

Comments
 (0)