Skip to content

Commit 6be3bfe

Browse files
committed
Minor changes in README
- fix badge link - replace Travis.CI badge with GH Actions badges - add links to AUTHORS
1 parent fae144a commit 6be3bfe

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
_pytest-order_ - a pytest plugin to order test execution
22
========================================================
33

4-
[![PyPI version](https://badge.fury.io/py/pytest-order.svg)](https://badge.fury.io/py/pytest-order) [![Build Status](https://travis-ci.org/mrbean-bremen/pytest-order.svg?branch=master)](https://travis-ci.org/mrbean-bremen/pytest-order) [![Coverage Status](https://img.shields.io/coveralls/github/mrbean-bremen/pytest-order)](https://coveralls.io/github/mrbean-bremen/pytest-order) [![Python version](https://img.shields.io/pypi/pyversions/pytest-order.svg)](https://img.shields.io/pypi/pyversions/pytest-order.svg)
4+
[![PyPI version](https://badge.fury.io/py/pytest-order.svg)](https://pypi.org/project/pytest-order) ![Testsuite](https://github.com/mrbean-bremen/pytest-order/workflows/Testsuite/badge.svg) ![DocBuild](https://github.com/mrbean-bremen/pytest-order/workflows/DocBuild/badge.svg) [![Coverage Status](https://img.shields.io/coveralls/github/mrbean-bremen/pytest-order)](https://coveralls.io/github/mrbean-bremen/pytest-order) [![Python version](https://img.shields.io/pypi/pyversions/pytest-order.svg)](https://pypi.org/project/pytest-order)
55

66
`pytest-order` is a pytest plugin that allows you to customize the order in which
77
your tests are run. It uses the marker `order` that defines when a specific
@@ -20,14 +20,16 @@ History
2020
This is a fork of [pytest-ordering](https://github.com/ftobia/pytest-ordering).
2121
That project is not maintained anymore, and there are several helpful PRs
2222
that are now integrated into `pytest-order`. The idea and most of the code
23-
has been created by Frank Tobia, the author of that plugin, and contributors.
23+
has been created by Frank Tobia, the author of that plugin, and
24+
[contributors](https://github.com/mrbean-bremen/pytest-order/blob/master/AUTHORS).
2425

25-
Compatibility to `pytest_ordering`
26+
Compatibility to pytest_ordering
2627
---------------------------------
2728
`pytest-order` is **not** compatible with `pytest-ordering` due to the
2829
changed marker name (`order` instead of `run`). Only the `order`
2930
marker is supported, support for all additional markers has been removed for
30-
consistence (see [this issue](https://github.com/ftobia/pytest-ordering/issues/38)).
31+
consistence (as has been discussed in
32+
[this issue](https://github.com/ftobia/pytest-ordering/issues/38)).
3133

3234
Overview
3335
--------

0 commit comments

Comments
 (0)