File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 88import certifi
99import networkx as nx
1010import pytest
11+
1112minio = pytest .importorskip ("minio" )
1213import urllib3
1314from packaging import version
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ def test_stepwise_delete(schema_simp_pop):
3636 not B ()
3737 ), "failed to delete from the parent table following child table deletion"
3838
39+
3940def test_part_delete_forwards_kwargs (schema_simp_pop ):
4041 assert not dj .config ["safemode" ], "safemode must be off for testing"
4142 assert L () and A () and B () and B .C (), "schema population failed"
@@ -45,6 +46,7 @@ def test_part_delete_forwards_kwargs(schema_simp_pop):
4546
4647 assert not B .C (), "failed to delete child table with forwarded kwargs"
4748
49+
4850def test_delete_tree_restricted (schema_simp_pop ):
4951 assert not dj .config ["safemode" ], "safemode must be off for testing"
5052 assert (
You can’t perform that action at this time.
0 commit comments