We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54ae98 commit 7924519Copy full SHA for 7924519
pytest_django/asserts.py
@@ -116,15 +116,15 @@ def assertRaisesMessage(
116
expected_exception: BaseException,
117
expected_message: str,
118
*args,
119
- **kwargs,
+ **kwargs
120
):
121
...
122
123
def assertWarnsMessage(
124
expected_warning: Warning,
125
126
127
128
129
130
@@ -202,7 +202,7 @@ def assertNumQueries(
202
func=...,
203
204
using: str = ...,
205
206
207
208
0 commit comments