summaryrefslogtreecommitdiff
path: root/tests/test_history.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-06-15 10:53:06 -0400
committerGitHub <noreply@github.com>2019-06-15 10:53:06 -0400
commitc12ba0ff11b3a8fd083c641cb9149aff6494bbf9 (patch)
treea858864c091088e633de6ba6c8db55fd618a71e7 /tests/test_history.py
parentb3759991adca62779ef7aefbff9dc7004463e129 (diff)
parent6a122ae91b6a3fabc3709b1d488843715258e58c (diff)
downloadcmd2-git-c12ba0ff11b3a8fd083c641cb9149aff6494bbf9.tar.gz
Merge pull request #701 from python-cmd2/rename
Rename load, _relative_load, and pyscript
Diffstat (limited to 'tests/test_history.py')
-rw-r--r--tests/test_history.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_history.py b/tests/test_history.py
index a06bce87..973d8cff 100644
--- a/tests/test_history.py
+++ b/tests/test_history.py
@@ -275,7 +275,7 @@ def parser():
'42': 'theanswer',
'l': '!ls -al',
'anothermultiline': 'multiline',
- 'fake': 'pyscript'},
+ 'fake': 'run_pyscript'},
shortcuts=[('?', 'help'), ('!', 'shell')]
)
return parser