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 d2dddab commit 3b4943fCopy full SHA for 3b4943f
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
-name = "pytest-parametrization-annotations"
+name = "pytest-parametrization-annotation"
3
version = "0.1.0"
4
-description = "A pytest library for parametrizing tests with type hints."
+description = "A pytest library for parametrizing tests using type hints."
5
authors = ["Fabian Haenel <contact@fabian-haenel.io>"]
6
readme = "README.md"
7
packages = [{include = "pytest_parametrization_annotation", from = "src"}]
0 commit comments