mirror of
https://github.com/rancher/os.git
synced 2025-09-03 15:54:24 +00:00
integration tests: use session and module fixtures
This commit is contained in:
8
tests/integration/rancherostest/conftest.py
Normal file
8
tests/integration/rancherostest/conftest.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import os
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def my_own_session_run_at_beginning():
|
||||
os.chdir('../..')
|
||||
print('\nChdir to project root dir')
|
Reference in New Issue
Block a user