Преглед на файлове

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

mat-mil преди 1 година
родител
ревизия
ebf6c7e35c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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.