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 5aef06f commit f135c94Copy full SHA for f135c94
tests/test_main.py
@@ -48,6 +48,8 @@ def test_namespace_supset_strict() -> None:
48
continue
49
if "trict" in attr:
50
51
+ if "ModuleType" in attr:
52
+ continue
53
if attr not in names:
54
missing.append(attr)
55
assert not missing, f"Missing attributes in ArrayNamespace: {missing}"
0 commit comments