diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-06-10 16:19:39 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-06-10 16:19:39 -0400 |
commit | 2565ae7832edfe42ee7631473f67a09b6789e679 (patch) | |
tree | 20764f73508c206d3df9dfcf66bc2cdb1e47af1d /tests | |
parent | 6ba8d96321bf4052105f6f7fb6027d9e7073ea6c (diff) | |
download | cmd2-git-2565ae7832edfe42ee7631473f67a09b6789e679.tar.gz |
Added .mypy_cache to .gitignore
Also:
- Added a few more type hints
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index 941f7339..f167793e 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -1309,7 +1309,7 @@ def test_select_invalid_option(select_app): expected = normalize(""" 1. sweet 2. salty -3 isn't a valid choice. Pick a number between 1 and 2: +'3' isn't a valid choice. Pick a number between 1 and 2: {} with sweet sauce, yum! """.format(food)) |