We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f76f95 commit b570e94Copy full SHA for b570e94
CHANGELOG.md
@@ -1,7 +1,11 @@
1
-## 1.3.4 (TBD)
+## 1.3.4 (August 20, 2020)
2
* Bug Fixes
3
* Fixed `AttributeError` when `CommandSet` that uses `as_subcommand_to` decorator is loaded during
4
`cmd2.Cmd.__init__()`.
5
+* Enhancements
6
+ * Improved exception messages when using mock without `spec=True`.
7
+ See [testing](https://cmd2.readthedocs.io/en/latest/testing.html) documentation for more details on testing
8
+ cmd2-based applications with mock.
9
10
## 1.3.3 (August 13, 2020)
11
* Breaking changes
0 commit comments