Accepting request 1143496 from devel:languages:python:pytest

- update to 2.3.1:
  * Documentation Update, README.md
  * Turn help function list into a table with param lists
  * Show an alternative method of creating a helper function
    using `check.fail()`
  * `fail(msg)` - indicate test failure, but don't stop testing
  * Summaries from 2.2.3 are cool, but don't work with xdist

OBS-URL: https://build.opensuse.org/request/show/1143496
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-check?expand=0&rev=7
This commit is contained in:
2024-02-02 14:47:08 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d2e696603141f5b2de905b93583e45984ec3c61cec702649deb10bd9748560bb
size 27197

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51b8f18a8ccaa426c5d913c4e0e46f014aaa7579481ea03d22d7e1f498f689b2
size 28674

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Feb 1 20:54:06 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.3.1:
* Documentation Update, README.md
* Turn help function list into a table with param lists
* Show an alternative method of creating a helper function
using `check.fail()`
* `fail(msg)` - indicate test failure, but don't stop testing
* Summaries from 2.2.3 are cool, but don't work with xdist
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 9 21:33:53 UTC 2024 - Dirk Müller <dmueller@suse.com> Tue Jan 9 21:33:53 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-pytest-check Name: python-pytest-check
Version: 2.2.4 Version: 2.3.1
Release: 0 Release: 0
Summary: A pytest plugin that allows multiple failures per test Summary: A pytest plugin that allows multiple failures per test
License: MIT License: MIT