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 24e69ea commit b36c963Copy full SHA for b36c963
CHANGELOG.md
@@ -1,6 +1,19 @@
1
# Version history
2
3
4
+## Version 1.8.0
5
+
6
+## Features
7
8
+- Adds `regex` support in matching test output
9
+- Adds a flag for expected failures
10
+- Replaces deprecated `pystache` with `chevron`
11
12
+## Misc
13
14
+- Updates `mypy`
15
16
17
## Version 1.7.0
18
19
### Features
setup.py
@@ -13,7 +13,7 @@
setup(
name="pytest-mypy-plugins",
- version="1.7.0",
+ version="1.9.0",
description="pytest plugin for writing tests for mypy plugins",
long_description=readme,
long_description_content_type="text/markdown",
0 commit comments