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
2023-01-16
No more (object)ions
Jeff Forcier
2023-01-12
Update a bunch of no/low impact python2/3 references/comments
Jeff Forcier
2023-01-11
blacken
Jeff Forcier
2023-01-09
py3compat.builtins -> stdlib builtins
Jeff Forcier
2023-01-09
Remove py3compat.PY2, including related streamlining
Jeff Forcier
2022-04-25
blacken
Jeff Forcier
2022-03-25
Refactor sha1 test skipping a tad
Jeff Forcier
2022-03-21
Fix for compatibility with old versions of cryptography
Paul Howarth
2022-03-21
Remove unused variable, keep lint happy
Paul Howarth
2022-03-21
blacken
Paul Howarth
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