- update to 0.6.0:

* Add checks for test id length and content
  * Allow _, - and . in test id
  * Prevent duplicate test names
  * Enable mypy
  * Replace flake8 with ruff

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-plus?expand=0&rev=6
This commit is contained in:
2023-11-07 19:57:24 +00:00
committed by Git OBS Bridge
parent 2e6c3e07ab
commit f2c0478d14
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 7 19:56:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.6.0:
* Add checks for test id length and content
* Allow _, - and . in test id
* Prevent duplicate test names
* Enable mypy
* Replace flake8 with ruff
-------------------------------------------------------------------
Wed May 10 07:53:52 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>