1
0
mirror of https://github.com/rancher/os.git synced 2025-09-05 00:37:12 +00:00

migrate to python-3.4

This commit is contained in:
Ivan Mikushin
2015-05-08 10:42:18 +05:00
parent 72b29cc797
commit f2d797d6cc
5 changed files with 13 additions and 10 deletions

View File

@@ -3,6 +3,6 @@ import pytest
@pytest.fixture(scope="session", autouse=True)
def my_own_session_run_at_beginning():
def chdir_to_project_root():
os.chdir('../..')
print('\nChdir to project root dir')