Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 439 Bytes

testing.rst

File metadata and controls

15 lines (9 loc) · 439 Bytes

Testing

Testing is done using pytest.

To run the full test suite against your changes, install dev dependencies <development:Development> and simply run pytest. Which should return without any errors.

bash

pytest

Note

Tests currently require credentials to be setup. More information about credentials is available at quick-start:Quick Start.