Skip to content

ZZJJPPQQKKAA/Lab4-01

Repository files navigation

Lab 4 - CI & CD

Development

poetry shell                   # activate a working virtual environment
poetry install                 # install all dependencies
pre-commit install             # install pre-commit hooks
black .                        # lint all Python code
pytest -r P --cov=pygraph      # run all tests with test stdout and coverage report
python -m pdoc --html pygraph  # build API documentation and deploy to html/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages