DashAI icon indicating copy to clipboard operation
DashAI copied to clipboard

Improve API testing conftest

Open pbadillatorrealba opened this issue 8 months ago • 0 comments

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 .

pbadillatorrealba avatar Jun 14 '24 14:06 pbadillatorrealba