Skip to content

Commit

Permalink
fix: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
saraburns1 committed Jun 4, 2024
1 parent cf53f7a commit bcc91ec
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,12 @@ def test_transform_command(command_opts, mock_common_calls, caplog, capsys):
assert "Expecting ',' delimiter: line 1 column 63 (char 62)" in caplog.text

# Check the specific expected log lines for this set of options
print('--------------------')
print(caplog.text)
print(captured.out)
for line in expected_results["log_lines"]:
print('--------------------')
print(line)
assert line in caplog.text or line in captured.out


Expand Down

0 comments on commit bcc91ec

Please sign in to comment.