summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Greatly simplify test_state_stringHynek Schlawack2016-01-311-36/+2
| | | | It used to more or less a functional test. No wonder it was rather flaky.
* Merge pull request #304 from chakatodd/get_app_dataHynek Schlawack2016-01-181-1/+2
|\ | | | | Fixed AttributeError when calling get_app_data()
| * Fixed AttributeError when calling get_app_data()Todd Chapman2016-01-181-1/+2
| |
* | Drop this, it's no good.Alex Gaynor2016-01-161-2/+0
| |
* | Fixed up some flake8 errors from the latest versionAlex Gaynor2016-01-162-20/+8
|/
* Correction for coding convention.Anthony Alba2015-12-041-2/+0
|
* Enable tests to pass when MD5 verification disabled in OpenSSL.Anthony Alba2015-12-041-1/+3
|
* Further testing for load/dump_publickeyCory Benfield2015-10-271-0/+32
|
* Switch to py.test assertions.Cory Benfield2015-10-271-2/+2
|
* Cleanup docstrings.Cory Benfield2015-10-271-2/+2
|
* Support for serializing/deserializing public keysCory Benfield2015-10-271-0/+31
|
* Use Google and a more generic methodHynek Schlawack2015-10-211-2/+2
|
* factor out function to dump crlDominic Chen2015-10-211-1/+9
|
* Replace the only EGD call by urandomHynek Schlawack2015-10-201-34/+17
| | | | Also harmonize documentation. #boyScout
* Make runtests.py less confusingHynek Schlawack2015-10-171-0/+17
|
* Fix travisHynek Schlawack2015-10-172-9/+3
|
* Move package into srcHynek Schlawack2015-10-179-0/+8119
Prevents accidental imports when running tests.