Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ fails_on_everything_except
Function
fails_on_everything_except
lib/sqlalchemy/testing/exclusions.py:452–453 ·
view source on GitHub ↗
(*dbs)
Source
from the content-addressed store, hash-verified
450
451
452
def
fails_on_everything_except(*dbs):
453
return
succeeds_if(OrPredicate([Predicate.as_predicate(db)
for
db in dbs]))
454
455
456
def
skip(db, reason=None):
Callers
7
non_updating_cascade
Method · 0.90
unique_constraint_reflection
Method · 0.90
emulated_lastrowid
Method · 0.90
emulated_lastrowid_even_with_sequences
Method · 0.90
nullsordering
Method · 0.90
reflects_pk_names
Method · 0.90
infinity_floats
Method · 0.90
Calls
3
succeeds_if
Function · 0.85
OrPredicate
Class · 0.85
as_predicate
Method · 0.80
Tested by
no test coverage detected