MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_list

Method test_list

test/orm/test_collection.py:579–583  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

577 eq_(dataclasses.asdict(obj), {"attr": like_me})
578
579 def test_list(self):
580 self._test_adapter(list)
581 self._test_list(list)
582 self._test_list_bulk(list)
583 self._test_list_dataclasses(list)
584
585 def test_list_setitem_with_slices(self):
586 # this is a "list" that has no __setslice__

Callers

nothing calls this directly

Calls 4

_test_adapterMethod · 0.95
_test_listMethod · 0.95
_test_list_bulkMethod · 0.95

Tested by

no test coverage detected