chore(api): SubModel ViewSet Test Suite temp disable _log
attribute check until feature developed
ref: #897 #895 #898
This commit is contained in:
@ -25,10 +25,10 @@ class ViewsetTestCases(
|
|||||||
@property
|
@property
|
||||||
def parameterized_class_attributes(self):
|
def parameterized_class_attributes(self):
|
||||||
return {
|
return {
|
||||||
'_log': {
|
# '_log': {
|
||||||
'type': logging.Logger,
|
# 'type': logging.Logger,
|
||||||
'value': None
|
# 'value': None
|
||||||
},
|
# },
|
||||||
'_model_documentation': {
|
'_model_documentation': {
|
||||||
'type': type(None),
|
'type': type(None),
|
||||||
'value': None
|
'value': None
|
||||||
|
@ -2245,6 +2245,13 @@ class SubModelViewSetInheritedCases(
|
|||||||
@property
|
@property
|
||||||
def parameterized_class_attributes(self):
|
def parameterized_class_attributes(self):
|
||||||
return {
|
return {
|
||||||
|
# '_log': {
|
||||||
|
# 'type': logging.Logger,
|
||||||
|
# 'value': None
|
||||||
|
# },
|
||||||
|
'_log': {
|
||||||
|
'type': type(None),
|
||||||
|
},
|
||||||
'model_suffix': {
|
'model_suffix': {
|
||||||
'type': str,
|
'type': str,
|
||||||
'value': None
|
'value': None
|
||||||
|
Reference in New Issue
Block a user