(self)
| 81 | payload: str = "" |
| 82 | |
| 83 | |
| 84 | class BaseKnowledgeTests(unittest.TestCase): |
| 85 | def test_as_of_required(self): |
| 86 | with self.assertRaises(ValidationError): |
| 87 | _ConcreteKnowledge(source=_src()) # type: ignore[call-arg] |
no outgoing calls
no test coverage detected