We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e428573 commit 6737a85Copy full SHA for 6737a85
tests/scheme/scheme_test.py
@@ -28,6 +28,7 @@ def test_tables(self, driver_sync: ydb.Driver, database: str, table_name: str, c
28
assert has_row_table
29
30
@pytest.mark.parametrize(
31
+ "scheme_entry_type",
32
[
33
ydb.scheme.SchemeEntryType.TYPE_UNSPECIFIED,
34
ydb.scheme.SchemeEntryType.DIRECTORY,
0 commit comments