dump-things-pyclient/dump_things_pyclient/conftest.py
Christian Monch f78112c344 add dump-things-server test fixtures
This commit adds fixtures that generate a test
dump-things-server that contains one collection,
i.e., `collection_1`. The collection uses a
`record-dir`-backend and the schema
`pyclient_testschema.yaml`.
2026-03-10 01:49:03 +01:00

9 lines
169 B
Python

from dump_things_pyclient.tests.fixtures import (
dump_stores_simple,
dump_things_service,
)
__all__ = [
'dump_stores_simple',
'dump_things_service',
]