tests: Remove debug print statement in conftest.py

This commit is contained in:
Mike Salvatore 2021-04-21 08:03:01 -04:00
parent a42e6312b1
commit 7c452d0c6f
1 changed files with 0 additions and 3 deletions

View File

@ -8,9 +8,6 @@ MONKEY_BASE_PATH = str(Path(__file__).parent.parent)
sys.path.insert(0, MONKEY_BASE_PATH)
print("imported")
@pytest.fixture(scope="session")
def resources_dir(pytestconfig):
return os.path.join(pytestconfig.rootdir, "monkey", "tests", "resources")