5 lines
59 B
Makefile
5 lines
59 B
Makefile
SHELL := /bin/bash
|
|
all:
|
|
poetry install
|
|
poetry run pytest
|
SHELL := /bin/bash
|
|
all:
|
|
poetry install
|
|
poetry run pytest
|