We write unit tests using Pytest.
To run all tests in a development environment run:
pytestFixtures 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 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