summaryrefslogtreecommitdiff
path: root/tests/test_cmd2.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-07-29 18:15:14 -0600
committerkotfu <kotfu@kotfu.net>2018-07-29 18:15:14 -0600
commit4da2d373319ef03d62dd5b0bbd1a8e7609a6c483 (patch)
tree1579c31a2aab76407911f3c6c607476c2e300370 /tests/test_cmd2.py
parent2cfeac8ff7e5457b63b19057b8ab012663968e09 (diff)
downloadcmd2-git-4da2d373319ef03d62dd5b0bbd1a8e7609a6c483.tar.gz
Use setuptools_scm for version numbers
Diffstat (limited to 'tests/test_cmd2.py')
-rw-r--r--tests/test_cmd2.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py
index 999aee8c..6115c1cd 100644
--- a/tests/test_cmd2.py
+++ b/tests/test_cmd2.py
@@ -28,10 +28,6 @@ from .conftest import run_cmd, normalize, BASE_HELP, BASE_HELP_VERBOSE, \
HELP_HISTORY, SHORTCUTS_TXT, SHOW_TXT, SHOW_LONG, StdOut
-def test_ver():
- assert cmd2.__version__ == '0.9.4'
-
-
def test_empty_statement(base_app):
out = run_cmd(base_app, '')
expected = normalize('')