Skip to content

Commit 34ddf0d

Browse files
committed
Clean up
1 parent b7ce668 commit 34ddf0d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test_relation.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,17 @@
1212

1313
@pytest.fixture
1414
def test(schema_any):
15-
assert len(schema.TTest.contents)
1615
yield schema.TTest()
17-
assert len(schema.TTest.contents)
1816

1917

2018
@pytest.fixture
2119
def test_extra(schema_any):
22-
assert len(schema.TTest.contents)
2320
yield schema.TTestExtra()
24-
assert len(schema.TTest.contents)
2521

2622

2723
@pytest.fixture
2824
def test_no_extra(schema_any):
29-
assert len(schema.TTest.contents)
3025
yield schema.TTestNoExtra()
31-
assert len(schema.TTest.contents)
3226

3327

3428
@pytest.fixture

0 commit comments

Comments
 (0)