summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/conftest.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 2b509c5c..3cecb7e8 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -11,10 +11,6 @@ from .stub_sftp import StubServer, StubSFTPServer
from .util import _support
-# TODO: not a huge fan of conftest.py files, see if we can move these somewhere
-# 'nicer'.
-
-
# Perform logging by default; pytest will capture and thus hide it normally,
# presenting it on error/failure. (But also allow turning it off when doing
# very pinpoint debugging - e.g. using breakpoints, so you don't want output