teilchensammler-cli/tests.py

5 lines
139 B
Python
Raw Normal View History

def test_initial_layout(snap_compare):
from teilchensammler_cli.main import app
assert snap_compare(app, terminal_size=(130, 40))