15 lines
393 B
Python
15 lines
393 B
Python
pytest_plugins = [
|
|
"test.fixtures.extractor",
|
|
"test.fixtures.image",
|
|
"test.fixtures.image_metadata_pair",
|
|
"test.fixtures.input",
|
|
"test.fixtures.label",
|
|
"test.fixtures.metadata",
|
|
"test.fixtures.model",
|
|
"test.fixtures.model_store",
|
|
"test.fixtures.parameters",
|
|
"test.fixtures.pdf",
|
|
"test.fixtures.target",
|
|
"test.unit_tests.image_stitching_test",
|
|
]
|