We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_fields
1 parent 3701b6f commit d0b821aCopy full SHA for d0b821a
tests/test_fields/test_split_field.py
@@ -49,7 +49,7 @@ def test_assign_to_content(self) -> None:
49
50
def test_assign_to_excerpt(self) -> None:
51
with self.assertRaises(AttributeError):
52
- self.post.body.excerpt = 'this should fail'
+ self.post.body.excerpt = 'this should fail' # type: ignore[misc]
53
54
def test_access_via_class(self) -> None:
55
0 commit comments