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`.
9 lines
169 B
Python
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',
|
|
]
|