fastapi_production_template icon indicating copy to clipboard operation
fastapi_production_template copied to clipboard

change client fixture func name to differ from the returned obj name

Open 0-th opened this issue 9 months ago • 0 comments

The client test fixture returns a TestClient() instance as client which is also the name of the fixture.

Rename function name to client_fixture for clarity while keeping fixture name as client to be referenced in tests

0-th avatar May 10 '24 16:05 0-th