mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Make DruidDatasource.version_higher support funky version strings (#706)
This commit is contained in:
committed by
GitHub
parent
1a952a4961
commit
917bc984eb
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user