scitacean.testing.backend.fixtures.client#
- scitacean.testing.backend.fixtures.client(request, scicat_backend)[source]#
Fixture that returns a real and a fake client.
Using this fixture makes tests run twice, once with a real client and once with a fake client. If backend tests are disabled, the test with a real client gets skipped.
- Returns:
Client
|FakeClient
– A real client and a fake client.