Skip to content

victoria-makerspace/wa-automation

Repository files navigation

wa-automation

Usage

This project uses Pipenv for dependency management.

pipenv sync --dev # Installs all dependencies.
pipenv shell      # Open a shell within the virtual environment containing the
                  # dependencies. Alternatively, all commands could instead be
                  # preprended with `pipenv run`.
pylint wap *.py   # Run the linter against all Python files.
pytest            # Run all unit tests.

TODOs

  • Change the way errors raised in process of running the script are handled.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages