bd0228b169f813c13ca1f5cb9879f996141377fe
1 from floof
.tests
import *
2 from floof
.tests
import Session
, metadata
4 class TestElixir(TestModel
):
8 def test_metadata(self
):
9 assert 'A collection of Tables and their associated schema constructs.' in metadata
.__doc__
11 def test_session(self
):
12 assert Session
.connection().dialect
.name
is 'sqlite'