clan-core/pkgs/clan-app/tests/test_join.py

9 lines
130 B
Python
Raw Normal View History

import time
from wayland import GtkProc
def test_open(app: GtkProc) -> None:
time.sleep(0.5)
assert app.poll() is None