Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
4767491b33 | |||
4ec8b0f1ed | |||
68ee89f065 |
|
@ -20,6 +20,9 @@
|
|||
- Tests: Changed version interpretation tests, as the standard lib has a better interpretation now
|
||||
- Coding conventions: Black and isort updated, changed things accordingly
|
||||
|
||||
[Downloads](https://git.codebau.dev/pytest-plugins/pytest-csv-params/releases/tag/v1.1.0) |
|
||||
[Technical Changelog](https://git.codebau.dev/pytest-plugins/pytest-csv-params/compare/v1.0.0...v1.1.0)
|
||||
|
||||
## Version 1.0.0
|
||||
|
||||
<u>Breaking Changes:</u> ✓ None
|
||||
|
|
10
poetry.lock
generated
10
poetry.lock
generated
|
@ -1093,13 +1093,13 @@ rich = ">=8.0.0"
|
|||
|
||||
[[package]]
|
||||
name = "pytest-cov"
|
||||
version = "3.0.0"
|
||||
version = "4.1.0"
|
||||
description = "Pytest plugin for measuring coverage."
|
||||
optional = false
|
||||
python-versions = ">=3.6"
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"},
|
||||
{file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"},
|
||||
{file = "pytest-cov-4.1.0.tar.gz", hash = "sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6"},
|
||||
{file = "pytest_cov-4.1.0-py3-none-any.whl", hash = "sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -1806,4 +1806,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "f9cb922e5414af5df593bc60728260a5af55cd7e49a088955c9dcc4c74409217"
|
||||
content-hash = "22721b2cac3a3c1b5b6b25871bcbea67afa3f59dd59d176468ce91b5b2f32f4f"
|
||||
|
|
|
@ -42,6 +42,7 @@ packages = [
|
|||
[tool.poetry.plugins."pytest11"]
|
||||
"pytest-csv-params" = "pytest_csv_params.plugin"
|
||||
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "--mypy --black --isort --pylint --pylint-rcfile=.pylintrc --cov --cov-report=term-missing --cov-report=xml --junitxml=test-reports/pytest_csv_params.xml"
|
||||
filterwarnings=[
|
||||
|
@ -52,7 +53,6 @@ filterwarnings=[
|
|||
"ignore:Using the __implements__ inheritance pattern for BaseReporter is no longer supported. Child classes should only inherit BaseReporter",
|
||||
"ignore:.*zipimport.*",
|
||||
"ignore:Creating a LegacyVersion has been deprecated and will be removed in the next major release",
|
||||
"ignore:The hookimpl .* uses old-style configuration options.*",
|
||||
]
|
||||
junit_family = "xunit2"
|
||||
junit_logging = "all"
|
||||
|
@ -142,7 +142,7 @@ tox = "^3.25.1"
|
|||
tox-poetry = "^0.4.1"
|
||||
pytest-black = "^0.3.12"
|
||||
pytest-isort = "^3.0.0"
|
||||
pytest-cov = "^3.0.0"
|
||||
pytest-cov = "^4.1.0"
|
||||
pytest-pylint = "^0.18.0"
|
||||
pytest-mock = "^3.8.2"
|
||||
pytest-clarity = "^1.0.1"
|
||||
|
|
Loading…
Reference in New Issue
Block a user