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.
2 parents ef6ba80 + 378208c commit 5054880Copy full SHA for 5054880
CHANGELOG.md
@@ -6,6 +6,10 @@
6
See [custom_parser.py](https://github.com/python-cmd2/cmd2/blob/master/examples/custom_parser.py)
7
example for more details.
8
9
+# 2.5.2 (November 3, 2024)
10
+* Bug Fixes
11
+ * Fixed default `pytest` execution when not using cmd2's custom `invoke` command via `inv pytest`
12
+
13
# 2.5.1 (November 2, 2024)
14
* Bug Fixes
15
* Fixed readline bug when using `ipy` command with `gnureadline` and Python 3.13
pyproject.toml
@@ -53,7 +53,6 @@ warn_unused_ignores = false
53
[tool.pytest.ini_options]
54
testpaths = [
55
"tests",
56
- "tests_isolated",
57
]
58
addopts = [
59
"--cov=cmd2",
0 commit comments