Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 497 Bytes

maidfile.md

File metadata and controls

51 lines (34 loc) · 497 Bytes

test

Run all the tests

pytest

test-debug

Run all the tests with debug logger.

pytest --log-cli-level debug

test-coverage

py.test --cov-report term-missing --cov=bbox tests/ 

generate-docs

make -C docsrc html

publish-docs

Run task generate-docs before this

rm -rf docs
cp -a docsrc/build/html docs

build

poetry build

publish

Run task build before this

echo "publishing"
poetry publish