1
0
mirror of https://github.com/rancher/os.git synced 2025-07-07 11:58:38 +00:00
os/tests/integration/rancherostest/conftest.py

9 lines
175 B
Python
Raw Normal View History

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')