Renaming Classes related to Druid

This commit is contained in:
Maxime Beauchemin
2016-02-10 06:56:35 -08:00
parent 460f6cbed5
commit b18d117852
4 changed files with 24 additions and 23 deletions

View File

@@ -26,6 +26,7 @@ class LiveTest(TestCase):
cli.load_examples(sample=True)
def test_slices(self):
# Testing by running all the examples
Slc = models.Slice
for slc in db.session.query(Slc).all():
print(slc)