File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ With that version the notation of relative markers in other modules is also
99planned to change - instead of using the dot notation, the standard pytest
1010nodeid will be used.
1111
12+ ## [ Version 0.11.0] ( https://pypi.org/project/pytest-order/0.11.0/ ) (2021-04-11)
13+ Adds support for multiple relative markers for the same test.
14+
1215### New features
1316- added support for more than one relative marker for the same test
1417
Original file line number Diff line number Diff line change 1- __version__ = "1.0.dev0 "
1+ __version__ = "0.11.0 "
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def test_version_exists():
1212
1313def test_version_valid ():
1414 # check for PEP 440 conform version
15- assert re .match (r"\d+(\.\d)*((a|b|rc)\d+)?(\.post\d)?(\.dev\d)$" ,
15+ assert re .match (r"\d+(\.\d+ )*((a|b|rc)\d+)?(\.post\d)?(\.dev\d)? $" ,
1616 pytest_order .__version__ )
1717
1818
You can’t perform that action at this time.
0 commit comments