Skip to content
Snippets Groups Projects
Commit 8cb95082 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Remove leftover print-statements

parent d89ab9f2
No related branches found
No related tags found
No related merge requests found
Pipeline #88009 passed
......@@ -12,11 +12,8 @@ import pytest
@pytest.fixture
def datadir(tmpdir, request):
print(tmpdir, request)
filename = request.module.__file__
print(filename)
test_dir, ext = os.path.splitext(filename)
print(test_dir, ext)
if os.path.isdir(test_dir):
dir_util.copy_tree(test_dir, str(tmpdir))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment