diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-02-09 00:07:06 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-02-09 00:07:06 -0500 |
commit | 6eb8dde0d33df2d73f9c7ff75c6beddae5453ddd (patch) | |
tree | 44cbbfc579efa655df4167e88d568ec3d8c85af4 /docs | |
parent | 303e9cb734d217fe4f142040518e3dd7a2a2b3ee (diff) | |
download | cmd2-git-6eb8dde0d33df2d73f9c7ff75c6beddae5453ddd.tar.gz |
First past at unit test for persistent history feature
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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt index fa4e3570..b50df7d1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,4 @@ pyparsing six pyperclip +contextlib2 |