diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-06-28 23:58:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-28 23:58:44 -0400 |
commit | e03c6c25f6804f9895c29175e4e8bc7b98ba361e (patch) | |
tree | 70510ce430ec6230f528c321f6df222607f93e74 /tests/test_cmd2.py | |
parent | d5cacbf99100e722d265816483c8953d7e81a3b6 (diff) | |
parent | 21f45c49898740adb5bb84258e6c3d744eab5520 (diff) | |
download | cmd2-git-e03c6c25f6804f9895c29175e4e8bc7b98ba361e.tar.gz |
Merge pull request #456 from python-cmd2/table_display0.9.2
table_display.py example now uses tableformatter instead of tabulate
Diffstat (limited to 'tests/test_cmd2.py')
-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 94cd42f9..9ad61378 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -29,7 +29,7 @@ from .conftest import run_cmd, normalize, BASE_HELP, BASE_HELP_VERBOSE, \ def test_ver(): - assert cmd2.__version__ == '0.9.2a' + assert cmd2.__version__ == '0.9.2' def test_empty_statement(base_app): |