Skip to content

Running Tests

Gabe edited this page Dec 29, 2024 · 2 revisions

First, setup your database & environment as in the local setup.

Next, cd to csss-site-backend.

Do python -m pytest tests/integration/test_officers.py to run the specified integration test.

Clone this wiki locally