- Python 3
- Poetry (https://python-poetry.org/docs/)
- Openai
- Togetherai
poetry install
poetry shell
exit
to exit the virtual environment.black .
to format the code.
testpilot version
: View the current version of the CLI.testpilot generator
: Generate the test case
testpilot setkey [service] [key]
: Set the API key for the given service.testpilot viewkey
: View the current API keys and if they are set.testpilot removekey [service]
: Remove the API key for the given service.
pytest
: Run all tests.pytest --cov=testpilot tests
: Pytest with coverage and parallel execution.