We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ce668 commit 34ddf0dCopy full SHA for 34ddf0d
tests/test_relation.py
@@ -12,23 +12,17 @@
12
13
@pytest.fixture
14
def test(schema_any):
15
- assert len(schema.TTest.contents)
16
yield schema.TTest()
17
18
19
20
21
def test_extra(schema_any):
22
23
yield schema.TTestExtra()
24
25
26
27
28
def test_no_extra(schema_any):
29
30
yield schema.TTestNoExtra()
31
32
33
34
0 commit comments