fastapi_production_template
fastapi_production_template copied to clipboard
change client fixture func name to differ from the returned obj name
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