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 22
33## Unreleased
44
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+
58### New features
69- added support for class level relative markers,
710 see [ #7 ] ( https://github.com/pytest-dev/pytest-order/issues/7 )
Original file line number Diff line number Diff line change 11_ pytest-order_ - a pytest plugin to order test execution
22========================================================
33
4- [ ![ PyPI version] ( https://badge.fury.io/py/pytest-order.svg )] (https://pypi
5- .org/project/pytest-order) [ ![ Testsuite] ( https://github.com/pytest-dev/pytest-order/workflows/Testsuite/badge.svg )] ( https://github.com/pytest-dev/pytest-order/actions?query=workflow%3ATestsuite ) [ ![ DocBuild] ( https://github.com/pytest-dev/pytest-order/workflows/DocBuild/badge.svg )] ( https://github.com/pytest-dev/pytest-order/actions?query=workflow%3ADocBuild ) [ ![ codecov] ( https://codecov.io/gh/pytest-dev/pytest-order/branch/main/graph/badge.svg?token=M9PHWZSHUU )] ( https://codecov.io/gh/pytest-dev/pytest-order ) [ ![ Python version] ( https://img.shields.io/pypi/pyversions/pytest-order.svg )] ( https://pypi.org/project/pytest-order )
4+ [ ![ PyPI version] ( https://badge.fury.io/py/pytest-order.svg )] ( https://pypi.org/project/pytest-order ) [ ![ Testsuite] ( https://github.com/pytest-dev/pytest-order/workflows/Testsuite/badge.svg )] ( https://github.com/pytest-dev/pytest-order/actions?query=workflow%3ATestsuite ) [ ![ DocBuild] ( https://github.com/pytest-dev/pytest-order/workflows/DocBuild/badge.svg )] ( https://github.com/pytest-dev/pytest-order/actions?query=workflow%3ADocBuild ) [ ![ codecov] ( https://codecov.io/gh/pytest-dev/pytest-order/branch/main/graph/badge.svg?token=M9PHWZSHUU )] ( https://codecov.io/gh/pytest-dev/pytest-order ) [ ![ Python version] ( https://img.shields.io/pypi/pyversions/pytest-order.svg )] ( https://pypi.org/project/pytest-order )
65
76` pytest-order ` is a pytest plugin that allows you to customize the order in which
87your 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