Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

v0.3

Latest
Compare
Choose a tag to compare
@ddbeck ddbeck released this 06 Aug 23:11
  • Issue #1: Added Python 3 support.
  • Calling Session.teletype() with the default delay raised a TypeError exception. The bug was fixed and tests were added.
  • Calling Session.enter() without providing a keys argument raised a ValueError exception. The bug was fixed and tests were added.
  • Cleaned up wording and formatting in prompt messages.
  • Added a missing parameter to Session.enter()‘s documented parameter list.
  • Added tests to cover prompts.
  • Replaced meaningless “hello world” strings in the test suite with strings that at least pretend to be relevant.