mirror of
https://github.com/bec-project/bec_atlas.git
synced 2025-07-14 15:01:48 +02:00
tests: added more backend tests for scans
This commit is contained in:
@ -73,13 +73,13 @@ def convert_to_object_id(data):
|
||||
return data
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
@pytest.fixture()
|
||||
def redis_server():
|
||||
redis_server = fakeredis.FakeServer()
|
||||
yield redis_server
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
@pytest.fixture()
|
||||
def backend(redis_server):
|
||||
|
||||
def _fake_redis(host, port):
|
||||
|
Reference in New Issue
Block a user