Files
clan-core/pkgs/clan-vm-manager/tests/test_join.py

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