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 csss-site-backend

# Finally, do
python -m pytest tests/integration/test_officers.py
# to run the specified integration test
Clone this wiki locally