- update to 1.3.0:

* Allows to fail tests that cannot be ordered.
  * added option `--error-on-failed-ordering` to make tests that
    cannot be ordered fail
  * added missing documentation examples, structured examples
    according to documentation structure

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-order?expand=0&rev=11
This commit is contained in:
2024-10-24 08:57:15 +00:00
committed by Git OBS Bridge
parent 92383b12b1
commit 276f35f55b
4 changed files with 21 additions and 9 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Oct 24 08:57:07 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.3.0:
* Allows to fail tests that cannot be ordered.
* added option `--error-on-failed-ordering` to make tests that
cannot be ordered fail
* added missing documentation examples, structured examples
according to documentation structure
-------------------------------------------------------------------
Sat Apr 6 07:44:52 UTC 2024 - Dirk Müller <dmueller@suse.com>