Skip to content

Commit 686d3da

Browse files
committed
Sort aliases in test
1 parent e19f507 commit 686d3da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test_pytest_mock.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,15 @@ def test_deprecated_mock(mock, tmpdir):
142142
@pytest.mark.parametrize(
143143
"name",
144144
[
145+
"ANY",
146+
"call",
147+
"create_autospec",
145148
"MagicMock",
149+
"Mock",
150+
"mock_open",
146151
"NonCallableMock",
147152
"PropertyMock",
148-
"Mock",
149-
"call",
150-
"ANY",
151-
"create_autospec",
152153
"sentinel",
153-
"mock_open",
154154
],
155155
)
156156
def test_mocker_aliases(name, pytestconfig):

0 commit comments

Comments
 (0)