mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
In addition to searching for fixtures as functions in the "conftest.py" file, add also searching in import elements. Merge-request: IJ-MR-109809 Merged-by: Egor Eliseev <Egor.Eliseev@jetbrains.com> GitOrigin-RevId: fe2832b23db8b5fda461b1e07a129975b2dd57bf
4 lines
105 B
Python
4 lines
105 B
Python
from fixtures.foo_fixtures import foo_fixture1, foo_fixture2
|
|
|
|
__all__ = ['foo_fixture1', 'foo_fixture2']
|