Developing

Use pipenv to setup the local environment:

pipenv install --dev

Running tests

pipenv run python setup.py test

Linting

pipenv run flake8 nessclient nessclient_tests

Type Checking

pipenv run mypy --strict nessclient