tree: 9932a420842b4dc188169f61caccff3d370f7de9
  1. data/
  2. auth.py
  3. config.py
  4. pytest.ini
  5. README.md
  6. session.py
tests/README.md

Unit tests for asfquart

To run manually, use the following commands from the root dir of this repo:

python3 -m pip install --upgrade pipenv wheel
pipenv install
pipenv run python3 -m pytest tests/*.py