MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / skip

Function skip

lib/sqlalchemy/testing/exclusions.py:456–457  ·  view source on GitHub ↗
(db, reason=None)

Source from the content-addressed store, hash-verified

454
455
456def skip(db, reason=None):
457 return skip_if(db, reason)
458
459
460def only_on(dbs, reason=None):

Callers 1

_doMethod · 0.85

Calls 1

skip_ifFunction · 0.85

Tested by

no test coverage detected