Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ Foo
Class
Foo
test/orm/test_versioning.py:168–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
@classmethod
167
def
setup_classes(cls):
168
class
Foo(cls.Basic):
169
pass
170
171
def
_fixture(self):
172
Foo, version_table = self.classes.Foo, self.tables.version_table
Callers
15
test_null_version_id_insert
Method · 0.70
test_null_version_id_update
Method · 0.70
test_notsane_warning
Method · 0.70
test_basic
Method · 0.70
test_multiple_updates
Method · 0.70
test_bulk_update
Method · 0.70
test_bump_version
Method · 0.70
test_versioncheck
Method · 0.70
test_versioncheck_not_versioned
Method · 0.70
test_versioncheck_for_update
Method · 0.70
test_update_multi_missing_broken_multi_rowcount
Method · 0.70
test_update_delete_no_plain_rowcount
Method · 0.70
Calls
no outgoing calls
Tested by
15
test_null_version_id_insert
Method · 0.56
test_null_version_id_update
Method · 0.56
test_notsane_warning
Method · 0.56
test_basic
Method · 0.56
test_multiple_updates
Method · 0.56
test_bulk_update
Method · 0.56
test_bump_version
Method · 0.56
test_versioncheck
Method · 0.56
test_versioncheck_not_versioned
Method · 0.56
test_versioncheck_for_update
Method · 0.56
test_update_multi_missing_broken_multi_rowcount
Method · 0.56
test_update_delete_no_plain_rowcount
Method · 0.56