|
@@ -23,7 +23,7 @@ def app() -> App:
|
|
return App()
|
|
return App()
|
|
|
|
|
|
|
|
|
|
-@pytest.fixture(scope="function")
|
|
|
|
|
|
+@pytest.fixture(scope="session")
|
|
def windows_platform() -> Generator:
|
|
def windows_platform() -> Generator:
|
|
"""Check if system is windows.
|
|
"""Check if system is windows.
|
|
|
|
|