diff options
| author | kotfu <kotfu@kotfu.net> | 2018-01-16 20:59:33 -0700 |
|---|---|---|
| committer | kotfu <kotfu@kotfu.net> | 2018-01-16 20:59:33 -0700 |
| commit | d8ade122f0cd23dfcad18872536cc3709334e77f (patch) | |
| tree | cedb32b8d1216b048cbab8f632b2bee343cf2967 /tests/conftest.py | |
| parent | 60890fa5f0d6650814384fc8db19875eaff08143 (diff) | |
| download | cmd2-git-d8ade122f0cd23dfcad18872536cc3709334e77f.tar.gz | |
Remove do_save() and do_run() for #252
Diffstat (limited to 'tests/conftest.py')
| -rw-r--r-- | tests/conftest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index 5ecb6f82..89a3bbf8 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -15,7 +15,7 @@ import cmd2 # Help text for base cmd2.Cmd application BASE_HELP = """Documented commands (type help <topic>): ======================================== -edit help history load py pyscript quit run save set shell shortcuts +edit help history load py pyscript quit set shell shortcuts """ # Help text for the history command |
