Przeglądaj źródła

performance: change platform check fixture scope to session (#1569)

mat-mil 1 rok temu
rodzic
commit
ebf6c7e35c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tests/conftest.py

+ 1 - 1
tests/conftest.py

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