summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-10-23 18:38:19 -0700
committerJeff Forcier <jeff@bitprophet.org>2018-09-17 14:45:28 -0700
commit1daf054fb158135dfd9dcf71002406f19625b71f (patch)
treee26ffefa0e12989bd0babce5cd8420e551d40337 /tests
parent9c1365d16147d92c197979508c45340773ae162a (diff)
Comment tweak
Diffstat (limited to 'tests')
-rw-r--r--tests/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index a9f09fd8..f77c929f 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -98,7 +98,7 @@ def sftp(sftp_server):
# Yield client to caller
yield client
# Clean up
- # TODO: many tests like to close the client; to match old test suite
+ # TODO: many SFTP tests like to close the client; to match old test suite
# behavior we'd need to recreate the entire client? Possibly better to just
# make the "it runs locally, dumbass" explicit & then just use stdlib to
# clean up?