You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewrite tests to not depend on non-SQLAlchemy code
sqlalchemy-utils was only used to create views using SQLAlchemy for
test_get_table_names and test_get_view_names. Those tests don't depend
on whether the view creation happens via SQLAlchemy or otherwise.
0 commit comments