6 lines
97 B
Python
6 lines
97 B
Python
from wayland import GtkProc
|
|
|
|
|
|
def test_open(app: GtkProc) -> None:
|
|
assert app.poll() is None
|