scitacean.testing.backend.fixtures.real_client#

scitacean.testing.backend.fixtures.real_client(scicat_access, scicat_backend)[source]#

Fixture that returns a real client if backend tests are enabled.

Returns:

Client | None – If backend tests are enabled, a real client that is connected to the testing backend. Otherwise, it returns None.