1
0
mirror of https://github.com/rancher/os.git synced 2025-07-07 20:08:37 +00:00
os/tests/integration/rancherostest/conftest.py
2015-05-10 17:46:09 +05:00

9 lines
175 B
Python

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