diff options
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,6 +1,5 @@ [pytest] -# We use pytest-relaxed just for its utils at the moment, so disable it at the -# plugin level until we adapt test organization to really use it. -addopts = -p no:relaxed +testpaths = tests +python_files = * # Loop on failure looponfailroots = tests paramiko |