Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 740 Bytes

File metadata and controls

17 lines (11 loc) · 740 Bytes

Unit Testing

We write unit tests using Pytest.

To run all tests in a development environment run:

    pytest

Pytest Fixtures

Fixtures shared across a single project are contained in conftest.py.

fsd_utils provides some common fixtures for dealing with database testing, see FSD Utils README

Performance Testing

Performance tests are stored in a separate repository which is then run in the pipeline. If you want to run the performance tests yourself follow the steps in the README for the performance test repo located here