Go to file
Mike Bayer f99e1b5bf2 Assert exceptions based on API, not string messages
The tests/sqlalchemy/test_exc_filters.py tests were asserting
the exact string format of SQLAlchemy exceptions.
SQLAlchemy is improving its exception format in version 1.0,
thereby breaking these tests.  Instead of supporting multiple
string formats, change the assertions to compare specific
fields per the oslo.db.exceptions and sqlalchemy.exc APIs.

Change-Id: Ie98ac3ca82a1052c463ca9ca5d41e228935497b3
2014-10-29 19:11:50 -04:00
2014-09-04 16:27:00 -04:00
2014-09-09 19:13:03 +03:00
2014-04-18 11:33:16 +03:00
2014-09-04 16:27:00 -04:00
2014-04-30 16:55:51 +02:00
2014-04-18 11:33:16 +03:00
2014-04-18 12:51:26 +03:00
2014-04-18 11:33:16 +03:00
2014-09-01 11:40:08 +02:00
2014-04-18 11:33:16 +03:00
2014-04-18 11:33:16 +03:00
2014-06-06 12:47:17 +03:00
2014-09-04 16:27:00 -04:00
2014-05-29 13:46:40 +00:00
Description
RETIRED, further work has moved to Debian project infrastructure
Readme 1.5 MiB