Thanks for contributing! Read below for instructions on getting started
- Make sure you have Poetry installed (see instructions here)
- Clone the spgci-python respository
- Run
poetry shell
to create a virtual environment - Run
poetry install
to install all dependencies - Run
python
and thenimport spgci as ci
andci.version
to ensure it's installed correctly.
- Set env variables
SPGCI_USERNAME
,SPGCI_PASSWORD
,SPGCI_APPKEY
- Run
poetry run pytest .\tests\{test file}