def want_method(cls, fn):
- if cls.__name__ == 'PoolFirstConnectSyncTest' and fn.__name__ == 'test_sync':
- assert exclude_tags
- assert hasattr(fn, '_sa_exclusion_extend')
- assert not fn._sa_exclusion_extend.include_test(include_tags, exclude_tags)
-
if fn.__module__ is None:
return False
elif fn.__module__.startswith('sqlalchemy.testing'):
return url
-@_follower_url_from_main.for_db("sqlite")
-def _sqlite_follower_url_from_main(url, ident):
- return sa_url.make_url("sqlite:///%s.db" % ident)
+#@_follower_url_from_main.for_db("sqlite")
+#def _sqlite_follower_url_from_main(url, ident):
+# return sa_url.make_url("sqlite:///%s.db" % ident)
@_create_db.for_db("postgresql")
@_drop_db.for_db("sqlite")
def _sqlite_drop_db(cfg, eng, ident):
- os.remove("%s.db" % ident)
+ pass
+ #os.remove("%s.db" % ident)
@_drop_db.for_db("mysql")