summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIPauth-shakeupJeff Forcier2018-05-034-1/+87
* Add some missing newer key classes to import tests.Jeff Forcier2018-02-221-0/+2
* Remove __all__, it's redundant and irritatingJeff Forcier2018-02-221-40/+0
* SortJeff Forcier2017-12-311-23/+23
* DeduplicationJeff Forcier2017-12-311-32/+35
* Python 3 gets mad if you star import inside inner scopes.Jeff Forcier2017-12-311-2/+2
* Clean up all non-E501 flake8 errors in test suite.Jeff Forcier2017-12-3115-111/+115
* WhitespaceJeff Forcier2017-12-311-1/+0
* Many skel tests and TODOs.Jeff Forcier2017-12-311-15/+151
* TODOJeff Forcier2017-12-311-0/+2
* flake8Jeff Forcier2017-12-311-2/+2
* Move last test from old auth suiteJeff Forcier2017-12-312-49/+16
* Tidy up earlier-migrated test re: password->interactive auth fallbackJeff Forcier2017-12-312-9/+10
* Tweak earlier migrated testJeff Forcier2017-12-311-3/+5
* Migrate the base case interactive auth testJeff Forcier2017-12-312-25/+22
* Near as I can tell these no longer test anything.Jeff Forcier2017-12-311-20/+0
* Migrate more tests to new suiteJeff Forcier2017-12-312-24/+21
* Standardize on which methods are used whenJeff Forcier2017-12-311-1/+1
* GrumpJeff Forcier2017-12-311-0/+1
* Rename a confusing old test varJeff Forcier2017-12-313-5/+5
* Rename subsuitesJeff Forcier2017-12-311-7/+7
* Started in on newer high level test suite for Authenticator.Jeff Forcier2017-12-313-37/+154
* Missing one bit for fully usable pytest exceptionsJeff Forcier2017-12-311-0/+1
* Ignore docs folder in ackJeff Forcier2017-12-311-0/+2
* TODOJeff Forcier2017-12-311-0/+2
* Docstring updateJeff Forcier2017-12-311-0/+2
* Flake8Jeff Forcier2017-12-311-8/+2
* Switch from AuthTest methods to a pytest fixture.Jeff Forcier2017-12-312-90/+83
* Can't figure out why any tests use the host key.Jeff Forcier2017-12-312-16/+11
* The heck is up with using sys.exc_info hereJeff Forcier2017-12-311-20/+6
* WhitespaceJeff Forcier2017-12-312-3/+0
* Grant NullServer a logger for debuggeryJeff Forcier2017-12-311-0/+4
* Factor in transport test's null serverJeff Forcier2017-12-312-56/+42
* Refactor some presumably earlier-copypasta'd test server classesJeff Forcier2017-12-313-151/+142
* Imports are usefulJeff Forcier2017-12-311-0/+1
* Update to pytest-relaxed 1.1.0 and prep for using itJeff Forcier2017-12-3118-25/+28
* flake8Jeff Forcier2017-12-311-5/+15
* Reorganize auth tests along multi-subsuite linesJeff Forcier2017-12-311-50/+71
* Happy New YearJeff Forcier2017-12-311-1/+1
* flake8Jeff Forcier2017-12-182-6/+7
* Leverage b() in asbytes() to avoid duplication.Jeff Forcier2017-12-181-12/+19
* Fold py3compat.bytestring() into py3compat.b()Jeff Forcier2017-12-183-13/+4
* Fix re: pytest upgrade, broke in recent mergeJeff Forcier2017-11-291-1/+1
* Merge branch '2.4'Jeff Forcier2017-11-293-1/+15
|\
| * Merge branch '2.3' into 2.4Jeff Forcier2017-11-293-1/+15
| |\
| | * Merge branch '2.2' into 2.3Jeff Forcier2017-11-293-1/+15
| | |\
| | | * Test proving #1039 / efficacy of #1051Jeff Forcier2017-11-291-0/+10
| | | * Merge branch '2.2' into 1051-intJeff Forcier2017-11-2917-131/+367
| | | |\
| | | * | changelog: update for #1039 / #1051Pierce Lopez2017-09-051-0/+3
| | | * | ensure ed25519 password is bytesPierce Lopez2017-09-031-1/+2