summaryrefslogtreecommitdiffhomepage
path: root/tests/test_auth.py
AgeCommit message (Collapse)Author
2009-07-19fix my email address to be the current one.Robey Pointer
2008-03-22[project @ robey@lag.net-20080323025751-de0lem9pi4oydt2g]Robey Pointer
bug 193779: catch EOFError in auth, and turn it into an auth exception. add a unit test to verify.
2008-01-23[project @ robey@lag.net-20080124045017-dfqiamorj356btrd]Robey Pointer
fix the utf-8 password bug for good (aka bug 177117) and add unit tests this time.
2008-01-23[project @ robey@lag.net-20080124013849-jno9xkgwvvqrvuov]Robey Pointer
split auth tests into their own file, and clean up the remaining transport tests a bit (use existing refactoring).