Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dacort committed Jan 17, 2024
1 parent 9d01348 commit d95d768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_deltalake_output(tmp_path):
runner = CliRunner()
file = tmp_path / 'table'
result = runner.invoke(main, ["pyint,user_name", "-f", "deltalake", "-o", file])
print(result)
print(result.stdout, result.stderr)
assert result.exit_code == 0
delta_table = deltalake.DeltaTable(file)
arrow_table = delta_table.to_pyarrow_table()
Expand Down

0 comments on commit d95d768

Please sign in to comment.