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
/
util.py
Age
Commit message (
Expand
)
Author
2022-03-20
Skip tests requiring sha1 signing if the backend doesn't support that
Paul Howarth
2021-11-28
Pre-patch test proving security flaw re: 32bit key hash comparisons
Jeff Forcier
2019-12-02
Base case re #717 works now.
Jeff Forcier
2019-09-27
Implement ssh_config hostname canonicalization (WIP)
Jeff Forcier
2018-10-05
Reformatted as proposed by travis.blacken
Anselm Kruis
2018-10-05
Use k5test (if available) to execute GSSAPI related tests
Anselm Kruis
2017-10-25
Mark known slow tests as 'slow' pytest marker, and skip them by default
Jeff Forcier
2017-10-23
Whoops, most uses of skipif REQUIRE reason=
Jeff Forcier
2017-10-23
Import cleanup, mostly focused on s/tests/./
Jeff Forcier
2017-10-23
Rename util func that trips pytest's default discovery.
Jeff Forcier
2017-08-28
Stub tests and partly-working implementation of 'load certs found alongside k...
Jeff Forcier
2014-08-15
Remove all occurences of ParamikoTest.
Olle Lundberg
2013-10-30
Use test_path to avoid relative path issues
Scott Maxwell
2013-10-30
Fix imports
Scott Maxwell
2012-10-15
Refactoring: it's a thing. Re #85
Jeff Forcier