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 13d7208 commit 6719f4aCopy full SHA for 6719f4a
tests/test_schema.py
@@ -218,14 +218,6 @@ def test_list_tables(schema_simp):
218
assert actual == expected, f"Missing from list_tables(): {expected - actual}"
219
220
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
229
def test_uppercase_schema(db_creds_root):
230
"""
231
https://github.com/datajoint/datajoint-python/issues/564
0 commit comments