DashAI
DashAI copied to clipboard
Improve API testing conftest
Summary
Currently, the main conftest (back/conftest.py
) initializes the API test client for each test, even if it does not test any API calls, slowing them down.
This pr moves the API test client from the initial conftest to tests/api conftest.
Depends on #217
Changes
- Move test client fixture to
tests/back/api/conftest.py
.
How to Test
As usual: pytest .