Skip to content

Commit 725547f

Browse files
committed
Release 1.5.0
- adds option to abort tests after a failed ordering
1 parent 43e0769 commit 725547f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# pytest-order Release Notes
22

3-
## Unreleased
3+
## [Version 1.5.0](https://pypi.org/project/pytest-order/1.5.0/) (2026-06-13)
4+
Adds option to abort tests after a failed ordering.
45

56
### New features
67
* added option `--fail-all-on-failed-ordering` to abort the whole test run

src/pytest_order/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.5.dev0"
1+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)