index
:
paramiko
main
py3compat
u2f
Pure-Python implementation of the SSHv2 protocol
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
conftest.py
Age
Commit message (
Expand
)
Author
2023-05-24
test-related TODO
Jeff Forcier
2023-05-18
Test AgentKey.asbytes
Jeff Forcier
2023-05-05
Comment updates
Jeff Forcier
2023-05-05
Enhance PKey.from_path and test it better
Jeff Forcier
2023-05-05
Migrate rest of main keys and update suite to be more pytest-relaxed compat
Jeff Forcier
2023-01-10
Set up icecream in test harness
Jeff Forcier
2023-01-10
Nix old todo
Jeff Forcier
2018-05-17
Blacken Paramiko on 2.4
Chris Rose
2017-10-24
Try turning off session scope for sftp_server fixture.
Jeff Forcier
2017-10-24
Allow disabling logging
Jeff Forcier
2017-10-23
Better test dir cleanup
Jeff Forcier
2017-10-23
Comment tweak
Jeff Forcier
2017-10-23
Tidy up tempdir creation for now. Fuckit
Jeff Forcier
2017-10-23
Start overhauling regular SFTP suite.
Jeff Forcier
2017-10-23
Tweak test-level logging format to include timestamps
Jeff Forcier
2017-10-23
Scope SFTP client/server fixture to be session-level for now
Jeff Forcier
2017-10-23
Get big sftp tests passing w/ the sftp client + folder crap being a fixture
Jeff Forcier