From c582cae70be592fffb10255a6f01421151463799 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 23 Oct 2017 18:38:19 -0700 Subject: Comment tweak --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/conftest.py') 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? -- cgit v1.2.3