MCPcopy Create free account
hub / github.com/zzzeek/sqlalchemy / test_empty_insert_nopk2

Method test_empty_insert_nopk2

test/dialect/sqlite/test_dialect.py:682–691  ·  view source on GitHub ↗
(self, connection)

Source from the content-addressed store, hash-verified

680 )
681
682 def test_empty_insert_nopk2(self, connection):
683 self._test_empty_insert(
684 connection,
685 Table(
686 "f",
687 MetaData(),
688 Column("x", Integer),
689 Column("y", Integer),
690 ),
691 )
692
693 @testing.provide_metadata
694 def test_inserts_with_spaces(self, connection):

Callers

nothing calls this directly

Calls 4

_test_empty_insertMethod · 0.95
TableClass · 0.90
MetaDataClass · 0.90
ColumnClass · 0.90

Tested by

no test coverage detected