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 5a09141 commit 7d67b75Copy full SHA for 7d67b75
graphene_mongo/tests/test_types.py
@@ -164,3 +164,4 @@ class Meta:
164
model = Article
165
some_subclass_attr = 'someval'
166
assert hasattr(B._meta, 'some_subclass_attr')
167
+ assert B._meta.some_subclass_attr == 'someval'
0 commit comments