On Jul 17, 2014, at 7:28 AM, Ron Frederick <[email protected]> wrote:
> I have done quite a bit of manual testing of the code and I have written my > own automated test script which thoroughly exercises all of the key > import/export code trying all combinations of key types and formats at > various key sizes (over 700 different variations). However, I haven't checked > this test code in yet as I'd like to learn one of the Python unit test > frameworks and rewrite my tests in that so that I can properly integrate them > into setup.py. I would strongly encourage you to check in this code right away. By all means caption it with big warnings about its unsuitability for long-term use, but it will provide a valuable resource for anyone else who wants to help you unit-test stuff. -glyph
