5 lines
83 B
Makefile
5 lines
83 B
Makefile
link:
|
|
pip install -e ./
|
|
|
|
test:
|
|
pytest -v -log_cli=True --log-cli-level=INFO tests
|