MCPcopy
hub / github.com/django/django / test_aload

Method test_aload

tests/sessions_tests/tests.py:1373–1376  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1371 self.session.load()
1372
1373 async def test_aload(self):
1374 msg = self.not_implemented_msg % "a load"
1375 with self.assertRaisesMessage(NotImplementedError, msg):
1376 await self.session.aload()
1377
1378 def test_save(self):
1379 msg = self.not_implemented_msg % "a save"

Callers

nothing calls this directly

Calls 2

assertRaisesMessageMethod · 0.80
aloadMethod · 0.45

Tested by

no test coverage detected