@@ -115,7 +115,6 @@ def test_single_collection_result(capsys, mock_cursor):
115115 | ['array'] | {'k': 'object'} | 2022-03-21 00:00:00 |
116116 | ['array'] | {'k': 'object'} | 2022-03-21 00:00:00 |
117117 +---------------------------------------------------+
118-
119118 """
120119 )
121120
@@ -147,7 +146,6 @@ def test_print_markup_tags_in_output_do_not_raise_errors(capsys, mock_cursor):
147146 |------------------------------------------------|
148147 | [INST]footranscript[/INST] |
149148 +------------------------------------------------+
150-
151149 """
152150 )
153151
@@ -163,14 +161,12 @@ def test_print_multi_results_table(capsys, _multiple_results):
163161 | string | 42 | ['array'] | {'k': 'object'} | 2022-03-21 00:00:00 |
164162 | string | 43 | ['array'] | {'k': 'object'} | 2022-03-21 00:00:00 |
165163 +---------------------------------------------------------------------+
166-
167164 +---------------------------------------------------------------------+
168165 | string | number | array | object | date |
169166 |--------+--------+-----------+-----------------+---------------------|
170167 | string | 42 | ['array'] | {'k': 'object'} | 2022-03-21 00:00:00 |
171168 | string | 43 | ['array'] | {'k': 'object'} | 2022-03-21 00:00:00 |
172169 +---------------------------------------------------------------------+
173-
174170 """
175171 )
176172
@@ -203,14 +199,12 @@ def test_print_different_multi_results_table(capsys, _multiple_different_results
203199 | string | 42 |
204200 | string | 43 |
205201 +-----------------+
206-
207202 +---------------------------------------------------+
208203 | array | object | date |
209204 |-----------+-----------------+---------------------|
210205 | ['array'] | {'k': 'object'} | 2022-03-21 00:00:00 |
211206 | ['array'] | {'k': 'object'} | 2022-03-21 00:00:00 |
212207 +---------------------------------------------------+
213-
214208 """
215209 )
216210
@@ -243,15 +237,13 @@ def test_print_different_data_sources_table(capsys, _multiple_data_sources):
243237 | string | 42 | ['array'] | {'k': 'object'} | 2022-03-21 00:00:00 |
244238 | string | 43 | ['array'] | {'k': 'object'} | 2022-03-21 00:00:00 |
245239 +---------------------------------------------------------------------+
246-
247240 Command done
248241 +---------+
249242 | key |
250243 |---------|
251244 | value_0 |
252245 | value_1 |
253246 +---------+
254-
255247 """
256248 )
257249
@@ -409,7 +401,6 @@ def test_print_bytearray(capsys, _bytearray_result):
409401 |----------------------------------|
410402 | 544849532053484f554c4420574f524b |
411403 +----------------------------------+
412-
413404 """
414405 )
415406
0 commit comments