blob: b6c9a98e3f488ab600b9a2fe9c12ac39e7f34e10 (
plain) (
blame)
1
2
3
4
5
|
# XXX: setting of pytest_plugins should work if specified directly in test modules
# but somehow it does not
#
# for ydb_{cluster, database, ...} fixture family
pytest_plugins = 'ydb.tests.library.harness.ydb_fixtures'
|