File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -639,7 +639,7 @@ def test(mocker):
639
639
"*Use -v to get the full diff*" ,
640
640
"*Kwargs:*" ,
641
641
"*assert {} == {'bar': 4}*" ,
642
- "*Right contains more items: *" ,
642
+ "*Right contains* more item *" ,
643
643
"*{'bar': 4}*" ,
644
644
"*Use -v to get the full diff*" ,
645
645
]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ commands =
10
10
11
11
[testenv:norewrite]
12
12
commands =
13
- pytest test_pytest_mock.py --assert =plain -ra
13
+ pytest test_pytest_mock.py --assert =plain
14
14
15
15
[testenv:linting]
16
16
skipsdist = True
@@ -20,7 +20,7 @@ basepython = python3.6
20
20
commands = pre-commit run --all-files --show-diff-on-failure
21
21
22
22
[pytest]
23
- addopts = -ra
23
+ addopts = -r a
24
24
25
25
[flake8]
26
26
max-line-length = 88
You can’t perform that action at this time.
0 commit comments