File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## [Version 0.10.0](https://pypi.org/project/pytest-order/0.10.0/) (2021-03-18)
6
+ Adds support for class-level relative markers and directory level scope.
7
+
5
8
### New features
6
9
- added support for class level relative markers,
7
10
see [#7](https://github.com/pytest-dev/pytest-order/issues/7)
Original file line number Diff line number Diff line change 1
1
_pytest-order_ - a pytest plugin to order test execution
2
2
========================================================
3
3
4
- [](https://pypi
5
- .org/project/pytest-order) [](https://github.com/pytest-dev/pytest-order/actions?query=workflow%3ATestsuite) [](https://github.com/pytest-dev/pytest-order/actions?query=workflow%3ADocBuild) [](https://codecov.io/gh/pytest-dev/pytest-order) [](https://pypi.org/project/pytest-order)
4
+ [](https://pypi.org/project/pytest-order) [](https://github.com/pytest-dev/pytest-order/actions?query=workflow%3ATestsuite) [](https://github.com/pytest-dev/pytest-order/actions?query=workflow%3ADocBuild) [](https://codecov.io/gh/pytest-dev/pytest-order) [](https://pypi.org/project/pytest-order)
6
5
7
6
`pytest-order` is a pytest plugin that allows you to customize the order in which
8
7
your tests are run. It uses the marker `order` that defines when a specific
Original file line number Diff line number Diff line change 1
- __version__ = "1.0.0dev "
1
+ __version__ = "0.10.0 "
You can’t perform that action at this time.
0 commit comments