MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_set

Method test_set

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

Source from the content-addressed store, hash-verified

1109 eq_(dataclasses.asdict(obj), {"attr": like_me})
1110
1111 def test_set(self):
1112 self._test_adapter(set)
1113 self._test_set(set)
1114 self._test_set_bulk(set)
1115 self._test_set_wo_mutation(set)
1116 self._test_set_dataclasses(set)
1117
1118 def test_set_subclass(self):
1119 class MySet(set):

Callers

nothing calls this directly

Calls 5

_test_adapterMethod · 0.95
_test_setMethod · 0.95
_test_set_bulkMethod · 0.95
_test_set_wo_mutationMethod · 0.95
_test_set_dataclassesMethod · 0.95

Tested by

no test coverage detected