From 05fffc4597288d81c9542362f419ee867b173d38 Mon Sep 17 00:00:00 2001 From: Lendemor Date: Thu, 24 Oct 2024 20:15:54 +0200 Subject: [PATCH] run playwright tests last --- tests/integration/{ => tests_playwright}/test_stateless_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/integration/{ => tests_playwright}/test_stateless_app.py (97%) diff --git a/tests/integration/test_stateless_app.py b/tests/integration/tests_playwright/test_stateless_app.py similarity index 97% rename from tests/integration/test_stateless_app.py rename to tests/integration/tests_playwright/test_stateless_app.py index b4c449451..129b69dc7 100644 --- a/tests/integration/test_stateless_app.py +++ b/tests/integration/tests_playwright/test_stateless_app.py @@ -21,7 +21,7 @@ def StatelessApp(): app.add_page(index) -@pytest.fixture(scope="session") +@pytest.fixture(scope="module") def stateless_app(tmp_path_factory) -> Generator[AppHarness, None, None]: """Create a stateless app AppHarness.