Skip to content

Commit

Permalink
Overhaul output to use click
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek committed Dec 5, 2023
1 parent e89cc6d commit bbb5658
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 263 deletions.
2 changes: 1 addition & 1 deletion tests/integration/test_timelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def test_empty_timeline(app, run_as):
user = register_account(app)
result = run_as(user, cli.timeline)
assert result.exit_code == 0
assert result.stdout.strip() == "─" * 100
assert result.stdout.strip() == "─" * 80


def test_timeline_cant_combine_timelines(run):
Expand Down
26 changes: 0 additions & 26 deletions tests/test_output.py

This file was deleted.

Loading

0 comments on commit bbb5658

Please sign in to comment.