Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/giampaolo/pyftpdlib
/ test_concurrency
Method
test_concurrency
tests/test_cli.py:151–153 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
149
main([
"--username"
,
"foo"
])
150
151
def
test_concurrency(self):
152
ftpd = main([
"--concurrency"
,
"multi-thread"
])
153
assert isinstance(ftpd, DummyThreadedFTPServer)
154
155
def
test_timeout(self):
156
ftpd = main([
"--timeout"
,
"10"
])
Callers
nothing calls this directly
Calls
1
main
Function · 0.90
Tested by
no test coverage detected