@@ -97,6 +97,34 @@ async def target(self, client, table_id, instance_id, handler):
9797 table ._metrics .add_handler (handler )
9898 yield table
9999
100+ @CrossSync .pytest
101+ async def test_read_rows (self , target , temp_rows , handler , cluster_config ):
102+ pass
103+
104+ @CrossSync .pytest
105+ async def test_read_rows_stream (self , target , temp_rows , handler , cluster_config ):
106+ pass
107+
108+ @CrossSync .pytest
109+ async def test_read_row (self , target , temp_rows , handler , cluster_config ):
110+ pass
111+
112+ @CrossSync .pytest
113+ async def test_read_rows_sharded (self , target , temp_rows , handler , cluster_config ):
114+ pass
115+
116+ @CrossSync .pytest
117+ async def test_bulk_mutate_rows (self , target , temp_rows , handler , cluster_config ):
118+ pass
119+
120+ @CrossSync .pytest
121+ async def test_row_batcher (self , target , temp_rows , handler , cluster_config ):
122+ pass
123+
124+ @CrossSync .pytest
125+ async def test_mutate_row (self , target , temp_rows , handler , cluster_config ):
126+ pass
127+
100128 @CrossSync .pytest
101129 async def test_sample_row_keys (self , target , temp_rows , handler , cluster_config ):
102130 await target .sample_row_keys ()
0 commit comments