Skip to content

1.3.4 (August 20, 2020)

Compare
Choose a tag to compare
@kmvanbrunt kmvanbrunt released this 21 Aug 00:00
· 481 commits to master since this release
  • Bug Fixes
    • Fixed AttributeError when CommandSet that uses as_subcommand_to decorator is loaded during cmd2.Cmd.__init__().
  • Enhancements
    • Improved exception messages when using mock without spec=True. See testing documentation for more details on testing cmd2-based applications with mock.