Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
- allows to fail tests that cannot be ordered
  • Loading branch information
mrbean-bremen committed Aug 22, 2024
1 parent 48ed8ea commit ef13ed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# pytest-order Release Notes

## Unreleased
## [Version 1.3.0](https://pypi.org/project/pytest-order/1.3.0/) (2024-08-22)
Allows to fail tests that cannot be ordered.

### New features
- added option `--error-on-failed-ordering` to make tests that cannot be ordered fail
Expand Down
2 changes: 1 addition & 1 deletion pytest_order/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.dev0"
__version__ = "1.3.0"

0 comments on commit ef13ed9

Please sign in to comment.