Skip to content

Commit e092719

Browse files
committed
SNOW-2306184: config refactor - after rebase fixes 2
1 parent cd22418 commit e092719

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

tests/output/test_format_silent_enforcement.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ def test_table_result_with_silent_enabled(runner):
2727
| string | 42 | ['array'] | {'k': 'object'} | 2022-03-21 00:00:00 |
2828
| string | 43 | ['array'] | {'k': 'object'} | 2022-03-21 00:00:00 |
2929
+---------------------------------------------------------------------+
30-
3130
"""
3231
)
3332

@@ -48,7 +47,6 @@ def test_table_result_with_silent_disabled(runner):
4847
| string | 42 | ['array'] | {'k': 'object'} | 2022-03-21 00:00:00 |
4948
| string | 43 | ['array'] | {'k': 'object'} | 2022-03-21 00:00:00 |
5049
+---------------------------------------------------------------------+
51-
5250
"""
5351
)
5452

tests/output/test_printing.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)