Skip to content

Commit 54e8141

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5744c73 commit 54e8141

12 files changed

+12
-0
lines changed

example/test_classes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Shows how to use relative sorting in test classes, see
22
See https://pytest-order.readthedocs.io/en/stable/#referencing-of-tests-in-other-classes-or-modules # noqa: E501
33
"""
4+
45
import pytest
56

67

example/test_combined.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Shows how combined ordinal and relative sorting is handled.
22
See https://pytest-order.readthedocs.io/en/stable/#combination-of-absolute-and-relative-ordering # noqa: E501
33
"""
4+
45
import pytest
56

67

example/test_module1.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""One of the test files showing the use of the --order-scope option.
22
See https://pytest-order.readthedocs.io/en/stable/#order-scope
33
"""
4+
45
import pytest
56

67

example/test_module2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""One of the test files showing the use of the --order-scope option.
22
See https://pytest-order.readthedocs.io/en/stable/#order-scope
33
"""
4+
45
import pytest
56

67

example/test_modules_b.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Example showing ordering relative to tests in other modules.
22
See https://pytest-order.readthedocs.io/en/stable/#referencing-of-tests-in-other-classes-or-modules # noqa: E501
33
"""
4+
45
import pytest
56

67

example/test_number.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
and the use of the long form (index attribute) and short form (number only).
33
See https://pytest-order.readthedocs.io/en/stable/#order-by-index
44
"""
5+
56
import pytest
67

78

example/test_ordinals.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Shows how to use ordinal names for sorting.
22
See https://pytest-order.readthedocs.io/en/stable/#order-using-ordinals
33
"""
4+
45
import pytest
56

67

example/test_quickstart.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Test with ordering (as opposed to test.py) from the quick start chapter.
22
See https://pytest-order.readthedocs.io/en/stable/#quickstart
33
"""
4+
45
import pytest
56

67

example/test_relative.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Shows how to sort tests relatively to each other, see
22
https://pytest-order.readthedocs.io/en/stable/#order-relative-to-other-tests
33
"""
4+
45
import pytest
56

67

example/test_sort_breaks_dependency.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
dependency.
33
See https://pytest-order.readthedocs.io/en/stable/#order-dependencies
44
"""
5+
56
import pytest
67

78

example/test_sort_dependency.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Test showing the behavior of the --order-dependencies option.
22
See https://pytest-order.readthedocs.io/en/stable/#order-dependencies
33
"""
4+
45
import pytest
56

67

example/test_sparse_ordering.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Test file showing the behavior of the --sparse-ordering option.
22
See https://pytest-order.readthedocs.io/en/stable/#sparse-ordering
33
"""
4+
45
import pytest
56

67

0 commit comments

Comments
 (0)