Skip to content

Commit

Permalink
feat: Trim the number of columns we output to stdout (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogesh Tewari committed Aug 20, 2021
1 parent f6a0c35 commit 5e43fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/result_handlers/test_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_columns_to_print(module_under_test, capsys):
result_handler = module_under_test.TextResultHandler(
format, SAMPLE_RESULT_COLUMNS_FILTER_LIST
)
handler_output = result_handler.execute(SAMPLE_CONFIG, result_df)
result_handler.execute(SAMPLE_CONFIG, result_df)

grid_text = "││A│C││0│0│2││1│4│6││2│8│10│"
printed_text = capsys.readouterr().out
Expand Down

0 comments on commit 5e43fcf

Please sign in to comment.