Refactor test_filter to use real DataStore

* add tests for filter api errors
This commit is contained in:
pik 2016-10-18 12:17:38 -05:00
parent d43b63818c
commit e8b1d2a452
3 changed files with 95 additions and 58 deletions

View file

@ -85,7 +85,6 @@ class LoggingTransaction(object):
sql_logger.debug("[SQL] {%s} %s", self.name, sql)
sql = self.database_engine.convert_param_style(sql)
if args:
try:
sql_logger.debug(