Skip to content

Commit

Permalink
Expose fixture in conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Apr 1, 2024
1 parent 5fd9592 commit dcfac69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suitcase/mongo_normalized/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from ophyd.tests.conftest import hw # noqa
from suitcase.utils.tests.conftest import ( # noqa
example_data, generate_data, plan_type, detector_list, event_type)
from .fixtures import db_factory # noqa
from .fixtures import db_factory, db_factory_no_indexes # noqa

0 comments on commit dcfac69

Please sign in to comment.