| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make sure pexpect uses same version of Python to spawn persistent history ↵ | Todd Leonhardt | 2018-02-09 | 1 | -4/+14 |
| | | | | | example | ||||
| * | First past at unit test for persistent history feature | Todd Leonhardt | 2018-02-09 | 1 | -0/+1 |
| | | | | | | | Added pexpect to modules required for running unit tests. This opens the door for carefully crafted complex unit tests to verify intricate behavior. Tests like this are somewhat painful to write and slow to execute. However, they can enable testing complicated interactive behavior that we otherwise probably would not be able to test. | ||||
| * | Added optional persistent readline history feature | Todd Leonhardt | 2018-02-08 | 1 | -0/+22 |
| - Including an example and info in the Sphinx docs Also: - Created CHANGELOG entry for 0.8.1 release - Added info to README about new sub-menu feature - Bumped version to 0.8.1 TODO: - Added a unit test for the persistent readline history feature | |||||
