Files
clan-core/pkgs/clan-app/tests/test_join.py
2024-06-05 11:24:59 +02:00

9 lines
130 B
Python

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