MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / test_m2m

Function test_m2m

tests/test_model_methods.py:824–829  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

822
823
824def test_m2m():
825 with pytest.raises(
826 ConfigurationError,
827 match="You can't set m2m relations through init, use m2m_manager instead",
828 ):
829 Event(name="a", participants=[])
830
831
832def test_rev_m2m():

Callers

nothing calls this directly

Calls 1

EventClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…