1.3.4 (August 20, 2020)
- Bug Fixes
- Fixed
AttributeError
whenCommandSet
that usesas_subcommand_to
decorator is loaded duringcmd2.Cmd.__init__()
.
- Fixed
- Enhancements
- Improved exception messages when using mock without
spec=True
. See testing documentation for more details on testing cmd2-based applications with mock.
- Improved exception messages when using mock without