This commit is contained in:
Jörg Thalheim
2024-09-02 15:47:17 +02:00
parent 078cab47bf
commit ddab0a66c8
8 changed files with 11 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ def wayland_compositor() -> Generator[Popen, None, None]:
GtkProc = NewType("GtkProc", Popen)
@pytest.fixture(scope="function")
@pytest.fixture
def app() -> Generator[GtkProc, None, None]:
rapp = Popen([sys.executable, "-m", "clan_app"], text=True)
yield GtkProc(rapp)