summaryrefslogtreecommitdiff
path: root/tests/test_transcript.py
diff options
context:
space:
mode:
authorJared Crapo <jared@kotfu.net>2017-08-20 21:37:30 -0600
committerJared Crapo <jared@kotfu.net>2017-08-20 21:38:39 -0600
commitc7461f9b6cb675513dc73ba8c1d98420a93c9dd3 (patch)
tree740b78f8250db79631322a7caffcef635354ef41 /tests/test_transcript.py
parent201cde6e6b0715c17f596f7872925799202ca279 (diff)
downloadcmd2-git-c7461f9b6cb675513dc73ba8c1d98420a93c9dd3.tar.gz
Add lots more transcript tests
Diffstat (limited to 'tests/test_transcript.py')
-rw-r--r--tests/test_transcript.py14
1 files changed, 12 insertions, 2 deletions
diff --git a/tests/test_transcript.py b/tests/test_transcript.py
index 2241b5b7..adc162b1 100644
--- a/tests/test_transcript.py
+++ b/tests/test_transcript.py
@@ -240,9 +240,19 @@ def test_invalid_syntax(_cmdline_app, capsys):
@pytest.mark.parametrize('filename, feedback_to_output', [
- ('regex_set.txt', False),
- ('multiline.txt', False),
+ ('bol_eol.txt', False),
+ ('characterclass.txt', False),
+ ('dotstar.txt', False),
+ ('extension_notation.txt', False),
('from_cmdloop.txt', True),
+ ('multiline_no_regex.txt', False),
+ ('multiline_regex.txt', False),
+ ('regex_set.txt', False),
+ ('singleslash.txt', False),
+ ('slashdot.txt', False),
+ ('slashslash_escaped.txt', False),
+ ('slashslash.txt', False),
+ ('spaces.txt', False),
])
def test_transcript(request, capsys, filename, feedback_to_output):
# Create a cmd2.Cmd() instance and make sure basic settings are like we want for test