Skip to content

Commit 6719f4a

Browse files
remove tests for schema code generation
1 parent 13d7208 commit 6719f4a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/test_schema.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -218,14 +218,6 @@ def test_list_tables(schema_simp):
218218
assert actual == expected, f"Missing from list_tables(): {expected - actual}"
219219

220220

221-
def test_schema_save_any(schema_any):
222-
assert "class Experiment(dj.Imported)" in schema_any.code
223-
224-
225-
def test_schema_save_empty(schema_empty):
226-
assert "class Experiment(dj.Imported)" in schema_empty.code
227-
228-
229221
def test_uppercase_schema(db_creds_root):
230222
"""
231223
https://github.com/datajoint/datajoint-python/issues/564

0 commit comments

Comments
 (0)