Mike Bayer 977869d553 Remove reliance on create_engine() from TestsExceptionFilter
As we are continuing to add functionality to create_engine()
which in some cases means that backend-specific SQL is
emitted on connect, the practice of repurposing a
SQLite or other engine to act like another one for the
purposes of a test is becoming less feasible.   Here,
TestsExceptionFilter is altered to not rely upon the full
session.create_engine() process for unit tests, instead
calling upon just those listeners being tested.

Change-Id: I0ece42f956c59eab7a6cb86419d8d359250d5e71
2014-08-21 17:51:18 -04:00
..
2014-04-18 12:51:26 +03:00
2014-08-11 17:33:52 +03:00
2014-07-18 12:36:22 +03:00