소스 검색

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.