Commit 86497e98 authored by Roman Yurchak's avatar Roman Yurchak

Remove prints used for debugging

parent 4404274e
......@@ -6,8 +6,6 @@ def test_pytest(selenium):
selenium.run('import os')
selenium.run('import numpy')
selenium.run('base_dir = Path(numpy.__file__).parent / "core" / "tests"')
selenium.run('print(base_dir)')
selenium.run('print(list(sorted(os.listdir(base_dir))))')
selenium.run("import pytest;"
"pytest.main([base_dir / 'test_api.py'])")
logs = '\n'.join(selenium.logs)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment