Adding hint to not consider a bakced up function for coverage accounting

This commit is contained in:
Maxime Beauchemin 2015-09-30 18:06:38 -07:00
parent 601e30aa37
commit d3c420ea01
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ class Table(Model, Queryable, AuditMixinNullable):
is_timeseries=True,
timeseries_limit=15,
row_limit=None,
extras=None):
extras=None): # pragma: no cover
"""
Unused, legacy way of querying by building a SQL string without
using the sqlalchemy expression API (new approach which supports