Forgot this.
This commit is contained in:
Andrew Schwartzmeyer 2020-10-02 15:30:01 -07:00 коммит произвёл Chi Song
Родитель f678e7feef
Коммит 577231e5e1
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
# This Makefile simply automates all our tasks. Its use is optional.
all: setup run check
all: setup run test check
# Install Python packages
setup:
@ -12,7 +12,7 @@ run:
# Run unit tests
test:
@poetry run python -X dev -m unittest discover lisa
@poetry run python -X dev -m unittest discover -v lisa
# Generate coverage report (slow, reruns LISAv3 and tests)
coverage: