Testing
Quick Developer Guide
Categories:
How to run the the unit/integration tests for OpenNSA
Make sure all the requirements are installed. Then:
./util/pg-test-run # This will start a Postgres in docker
PYTHONPATH=. trial test
Running the CI/CD pipeline locally:
-
Install the CLI tooling according to: https://docs.drone.io/quickstart/cli/
-
Run the pipeline by using
drone exec
. Please ensure you have docker installed.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified December 13, 2021: [TechDebt] Adding a more structured prettier documentation layout. (25add7b)