We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_fields
1 parent 826b2b7 commit 08a02e4Copy full SHA for 08a02e4
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