python-osism Running unit tests Install development dependencies and run the full unit test suite: pipenv install --dev pipenv run pytest Run a single test module: pipenv run pytest tests/unit/test_smoke.py