diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-17 00:35:08 -0700 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-17 00:35:08 -0700 |
commit | 4eadcac45b1f95edc8eb36b8f8a20bf2395b2470 (patch) | |
tree | 0a8ee4cfdc7b6887b8f0a88625a00d39eba6c275 /tests/test_cmd2.py | |
parent | ff4ebc85bb5185efec9a072e38129c3982ad83af (diff) | |
download | cmd2-git-4eadcac45b1f95edc8eb36b8f8a20bf2395b2470.tar.gz |
Fix unit tests on package branch
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 b3d903ca..daa58a06 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -1363,7 +1363,7 @@ def test_multiline_complete_statement_without_terminator(multiline_app): def test_clipboard_failure(capsys): # Force cmd2 clipboard to be disabled - cmd2.can_clip = False + cmd2.disable_clip() app = cmd2.Cmd() # Redirect command output to the clipboard when a clipboard isn't present |