forked from p34709852/monkey
tests: Remove debug print statement in conftest.py
This commit is contained in:
parent
a42e6312b1
commit
7c452d0c6f
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue