Skip to content

Commit 59f2111

Browse files
committed
Adapt repository URL after transfer to pytest-dev
1 parent 50cb2f3 commit 59f2111

21 files changed

+32
-32
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependency markers.
2020
### New features
2121
- added `group-order-scope` option to allow hierarchical ordering on module
2222
and class scope.
23-
See [#6](https://github.com/mrbean-bremen/pytest-order/issues/6)
23+
See [#6](https://github.com/pytest-dev/pytest-order/issues/6)
2424

2525
### Fixes
2626
- the dependency marker scope is now considered for resolving marker names
@@ -93,7 +93,7 @@ demand-driven.
9393

9494
### New features
9595
- added configuration option for sorting scope,
96-
see [#2](https://github.com/mrbean-bremen/pytest-order/issues/2)
96+
see [#2](https://github.com/pytest-dev/pytest-order/issues/2)
9797

9898
## [Version 0.8.0](https://pypi.org/project/pytest-order/0.8.0/) (2020-10-30)
9999
This release is mostly related to the consolidation of infrastructure
@@ -141,4 +141,4 @@ changed name in the next release.
141141
- added more pytest versions, fix pytest-cov compatibility issue,
142142
remove Python 3.4, add Python 3.8
143143
(imported from [PR #74](https://github.com/ftobia/pytest-ordering/pull/74))
144-
- moved documentation to [GitHub Pages](https://mrbean-bremen.github.io/pytest-order/)
144+
- moved documentation to [GitHub Pages](https://pytest-dev.github.io/pytest-order/)

README.md

Lines changed: 9 additions & 9 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://pypi.org/project/pytest-order) [![Testsuite](https://github.com/mrbean-bremen/pytest-order/workflows/Testsuite/badge.svg)](https://github.com/mrbean-bremen/pytest-order/actions?query=workflow%3ATestsuite) [![DocBuild](https://github.com/mrbean-bremen/pytest-order/workflows/DocBuild/badge.svg)](https://github.com/mrbean-bremen/pytest-order/actions?query=workflow%3ADocBuild) [![codecov](https://codecov.io/gh/mrbean-bremen/pytest-order/branch/master/graph/badge.svg?token=M9PHWZSHUU)](https://codecov.io/gh/mrbean-bremen/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/master/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)
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
@@ -18,13 +18,13 @@ versions >= 3.7.0, and runs on Linux, MacOs and Windows.
1818
Documentation
1919
-------------
2020
Apart from this overview, the following information is available:
21-
- usage documentation for the [latest release](https://mrbean-bremen.github.io/pytest-order/stable/)
22-
- usage documentation for the [current master](https://mrbean-bremen.github.io/pytest-order/dev/)
21+
- usage documentation for the [latest release](https://pytest-dev.github.io/pytest-order/stable/)
22+
- usage documentation for the [current master](https://pytest-dev.github.io/pytest-order/dev/)
2323
- all examples shown in the documentation can also be found in the
24-
[repository](https://github.com/mrbean-bremen/pytest-order/tree/master/example)
25-
- the [Release Notes](https://github.com/mrbean-bremen/pytest-order/blob/master/CHANGELOG.md)
24+
[repository](https://github.com/pytest-dev/pytest-order/tree/master/example)
25+
- the [Release Notes](https://github.com/pytest-dev/pytest-order/blob/master/CHANGELOG.md)
2626
with a list of changes in the latest versions
27-
- a [list of open issues](https://github.com/mrbean-bremen/pytest-order/blob/master/old_issues.md)
27+
- a [list of open issues](https://github.com/pytest-dev/pytest-order/blob/master/old_issues.md)
2828
in the original project and their handling in `pytest-order`
2929

3030
Overview
@@ -86,15 +86,15 @@ Features
8686
``indulgent-ordering`` option is used
8787

8888
A usage guide for each feature can be
89-
found in the [documentation](https://mrbean-bremen.github.io/pytest-order/dev/).
89+
found in the [documentation](https://pytest-dev.github.io/pytest-order/dev/).
9090

9191
History
9292
-------
9393
This is a fork of [pytest-ordering](https://github.com/ftobia/pytest-ordering).
9494
That project is not maintained anymore, and there are several helpful PRs
9595
that are now integrated into `pytest-order`. The idea and most of the code
9696
has been created by Frank Tobia, the author of that plugin, and
97-
[contributors](https://github.com/mrbean-bremen/pytest-order/blob/master/AUTHORS).
97+
[contributors](https://github.com/pytest-dev/pytest-order/blob/master/AUTHORS).
9898

9999
Comparison with pytest_ordering
100100
-------------------------------
@@ -107,5 +107,5 @@ rationale see also
107107
Ordering relative to other tests and all of the configuration options are not
108108
available in the released version of `pytest-ordering`.
109109
However, most of these features are derived from
110-
[issues](https://github.com/mrbean-bremen/pytest-order/blob/master/old_issues.md)
110+
[issues](https://github.com/pytest-dev/pytest-order/blob/master/old_issues.md)
111111
and pull requests already existing in `pytest-ordering`.

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ The latest master can be installed from the GitHub sources:
5858

5959
.. code:: bash
6060
61-
pip install git+https://github.com/mrbean-bremen/pytest-order
61+
pip install git+https://github.com/pytest-dev/pytest-order
6262
6363
Examples
6464
--------
6565
All examples shown in this documentation can be also found in the repository
66-
under `example <https://github.com/mrbean-bremen/pytest-order/tree/master/example/>`__
66+
under `example <https://github.com/pytest-dev/pytest-order/tree/master/example/>`__
6767
as working test files.
6868

6969
Quickstart

example/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Reference test without ordering from the quick start chapter.
2-
See https://mrbean-bremen.github.io/pytest-order/dev/#quickstart
2+
See https://pytest-dev.github.io/pytest-order/dev/#quickstart
33
"""
44

55

example/test_classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Shows how to use relative sorting in test classes, see
2-
See https://mrbean-bremen.github.io/pytest-order/dev/#referencing-of-tests-in-other-classes-or-modules # noqa: E501
2+
See https://pytest-dev.github.io/pytest-order/dev/#referencing-of-tests-in-other-classes-or-modules # noqa: E501
33
"""
44
import pytest
55

example/test_combined.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Shows how combined ordinal and relative sorting is handled.
2-
See https://mrbean-bremen.github.io/pytest-order/dev/#combination-of-absolute-and-relative-ordering # noqa: E501
2+
See https://pytest-dev.github.io/pytest-order/dev/#combination-of-absolute-and-relative-ordering # noqa: E501
33
"""
44
import pytest
55

example/test_module1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""One of the test files showing the use of the --order-scope option.
2-
See https://mrbean-bremen.github.io/pytest-order/dev/#order-scope
2+
See https://pytest-dev.github.io/pytest-order/dev/#order-scope
33
"""
44
import pytest
55

example/test_module2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""One of the test files showing the use of the --order-scope option.
2-
See https://mrbean-bremen.github.io/pytest-order/dev/#order-scope
2+
See https://pytest-dev.github.io/pytest-order/dev/#order-scope
33
"""
44
import pytest
55

example/test_module_a.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""One of the example files showing relative ordering between modules.
2-
See https://mrbean-bremen.github.io/pytest-order/dev/#referencing-of-tests-in-other-classes-or-modules # noqa: E501
2+
See https://pytest-dev.github.io/pytest-order/dev/#referencing-of-tests-in-other-classes-or-modules # noqa: E501
33
"""
44

55

example/test_module_c/test_submodule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""One of the example files showing relative ordering between modules.
2-
See https://mrbean-bremen.github.io/pytest-order/dev/#referencing-of-tests-in-other-classes-or-modules # noqa: E501
2+
See https://pytest-dev.github.io/pytest-order/dev/#referencing-of-tests-in-other-classes-or-modules # noqa: E501
33
"""
44

55

0 commit comments

Comments
 (0)