/PyLdraw

Primary LanguagePython

PyLdraw

Code style: black

Documentation in docs

Code is location in src

Tests can be found in tests and run by pytest

Example are located in examples

qualification

to run all test, all should pass

pytest

to run coverage, coverage should be 100%

pytest --cov=src tests/

other tools

pre-commit