MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / test_viewonly_warning

Route test_viewonly_warning

test/orm/test_deprecations.py:None–None  ·  view source on GitHub ↗
testing.combinations(
        ("passive_deletes", True),
        ("passive_updates", False),
        ("enable_typechecks", False),
        ("active_history", True),
    )

Source from the content-addressed store, hash-verified

1from unittest.mock import call
2from unittest.mock import Mock
3
4import sqlalchemy as sa

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected