summaryrefslogtreecommitdiff
path: root/tests/test_auth.py
Commit message (Collapse)AuthorAgeFilesLines
* Move b, u helpers to util module for nowJeff Forcier2023-01-091-1/+1
| | | | Later on we can likely nuke many uses of these
* Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
| | | | They moved from Temple Place to Franklin Street in 2005.
* Some additional badly named tests that I guess weren't in master?Jeff Forcier2019-06-081-9/+9
|
* flake8 now applied to tests, huzzahJeff Forcier2019-06-081-2/+2
|
* Bump black up to 18.6b4Jeff Forcier2018-08-221-1/+0
|
* Blacken Paramiko on 2.4Chris Rose2018-05-171-51/+67
|
* Mark known slow tests as 'slow' pytest marker, and skip them by defaultJeff Forcier2017-10-251-1/+2
|
* Import cleanup, mostly focused on s/tests/./Jeff Forcier2017-10-231-2/+4
|
* Rename util func that trips pytest's default discovery.Jeff Forcier2017-10-231-4/+4
| | | | Wouldn't matter as much under pytest-relaxed discovery, but, eh
* cleanup/simplify auth_timeout testsPierce Lopez2017-06-071-14/+8
|
* Merge branch 'master' into 869-intJeff Forcier2017-06-061-3/+4
|\
| * Additional house style formatting tweaks, mostly re: removal of line ↵Jeff Forcier2017-05-311-3/+4
| | | | | | | | continuations
* | Fixed test to support python 2.6Tim Savage2016-12-231-1/+1
| |
* | Added test for authentication timeout from a non-responsive serverTim Savage2016-12-231-0/+25
|/
* dohAlex Gaynor2015-03-181-6/+6
|
* Use modern api to check if event is set.Olle Lundberg2014-12-171-2/+2
| | | | | Since we are a python2.6+ code base now, we want to be as forward compatible as possible.
* Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-071-2/+1
|
* Fix some deprecation and resource warningsScott Maxwell2013-11-021-17/+17
|
* Fixes for Python 2.5 and Python 3.2 supportScott Maxwell2013-11-011-4/+2
|
* Convert and detect types properly, use helper constants, use StringIO and rangeScott Maxwell2013-10-301-2/+7
|
* Fix message sendingScott Maxwell2013-10-301-1/+1
| | | | Create constants for byte messages, implement asbytes so many methods can take Message and key objects directly and split get_string into get_text and get_binary. Also, change int handling to use mpint with a flag whenever the int is greater than 32 bits.
* Use test_path to avoid relative path issuesScott Maxwell2013-10-301-4/+4
|
* Fix importsScott Maxwell2013-10-301-1/+2
|
* Fixed a typo in the license header of most filesJeff Forcier2013-09-271-1/+1
| | | | | Conflicts: paramiko/proxy.py
* fix my email address to be the current one.Robey Pointer2009-07-191-1/+1
|
* [project @ robey@lag.net-20080323025751-de0lem9pi4oydt2g]Robey Pointer2008-03-221-2/+18
| | | | | | bug 193779: catch EOFError in auth, and turn it into an auth exception. add a unit test to verify.
* [project @ robey@lag.net-20080124045017-dfqiamorj356btrd]Robey Pointer2008-01-231-53/+56
| | | | | fix the utf-8 password bug for good (aka bug 177117) and add unit tests this time.
* [project @ robey@lag.net-20080124013849-jno9xkgwvvqrvuov]Robey Pointer2008-01-231-0/+212
split auth tests into their own file, and clean up the remaining transport tests a bit (use existing refactoring).