Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 536 Bytes

TESTING.md

File metadata and controls

27 lines (17 loc) · 536 Bytes

 Testing

Our testing consists of compliance checks, unit tests, and integration tests. Note that all tests should be run in the root git repository.

 Compliance

To check for compliance with the code style as well as run the unit tests, you can use the following command:

poetry run ./scripts/compliance.sh

Unit Tests

To run the unit tests, use:

poetry run pytest

Integration Tests

To run the integration tests, use:

poetry run python integration_tests/run_integration_tests.py