-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
We are using mixin objects in test_change_stream.py that use attributes that do not exist on their own class. This forced us to use the no_type_check decorator on all of the methods. We should refactor these classes to use proper inheritance.