Skip to content

Commit 75b133c

Browse files
test: remove integration tests for removed code/save methods
The `Schema.code` property and `Schema.save()` method were removed in d079d58. Remove the corresponding integration tests. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d079d58 commit 75b133c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/integration/test_schema.py

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

230230

231-
def test_schema_save_any(schema_any):
232-
assert "class Experiment(dj.Imported)" in schema_any.code
233-
234-
235-
def test_schema_save_empty(schema_empty):
236-
assert "class Experiment(dj.Imported)" in schema_empty.code
237-
238-
239231
def test_uppercase_schema(db_creds_root):
240232
"""
241233
https://github.com/datajoint/datajoint-python/issues/564

0 commit comments

Comments
 (0)