We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a1308 commit abde202Copy full SHA for abde202
1 file changed
tests/test_ftpfs.py
@@ -25,8 +25,6 @@
25
from fs.ftpfs import FTPFS, ftp_errors
26
from fs.test import FSTestCases
27
28
-from nose.plugins.attrib import attr
29
-
30
31
# Prevent socket timeouts from slowing tests too much
32
socket.setdefaulttimeout(1)
@@ -84,8 +82,8 @@ def test_manager(self):
84
82
85
83
class TestFTPFS(FSTestCases, unittest.TestCase):
86
87
- user='user'
88
- pasw='1234'
+ user = 'user'
+ pasw = '1234'
89
90
@classmethod
91
def setUpClass(cls):
0 commit comments