Make DruidDatasource.version_higher support funky version strings (#706)

This commit is contained in:
Maxime Beauchemin
2016-07-01 14:44:25 -07:00
committed by GitHub
parent 1a952a4961
commit 917bc984eb
2 changed files with 26 additions and 4 deletions

View File

@@ -164,7 +164,7 @@ class CoreTests(CaravelTestCase):
assert escape(title) in self.client.get(url).data.decode('utf-8')
def test_doctests(self):
modules = [utils]
modules = [utils, models]
for mod in modules:
failed, tests = doctest.testmod(mod)
if failed: