diff options
Diffstat (limited to 'tests/test_parsing.py')
-rwxr-xr-x | tests/test_parsing.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_parsing.py b/tests/test_parsing.py index 5f363320..c2c242fe 100755 --- a/tests/test_parsing.py +++ b/tests/test_parsing.py @@ -10,6 +10,7 @@ import cmd2 from cmd2 import constants, exceptions, utils from cmd2.parsing import StatementParser, shlex_split + @pytest.fixture def parser(): parser = StatementParser( |