mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-29 03:32:49 +01:00
Update Makefile to support multiple tests
This commit is contained in:
parent
5c4f0f152a
commit
cdcf2481ba
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ lint:
|
||||||
pylint -E telegram
|
pylint -E telegram
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@- $(foreach TEST, $(wildcard tests/test_*.py), python $(TEST))
|
@- $(foreach TEST, $(wildcard tests/test_*.py), python $(TEST);)
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo "Available targets:"
|
@echo "Available targets:"
|
||||||
|
|
Loading…
Reference in a new issue