Add test_data to flake8, fixing current issues
Change-Id: I25bae588edfe075ba0437a24584c9a14894e1f27
This commit is contained in:
@@ -22,8 +22,7 @@ nvm_vars_test = {
|
|||||||
'sVcAesHw_X_VntAdpnOffs': {
|
'sVcAesHw_X_VntAdpnOffs': {
|
||||||
'VcAesVnt': {
|
'VcAesVnt': {
|
||||||
'class': 'CVC_DISP_NVM',
|
'class': 'CVC_DISP_NVM',
|
||||||
'configs': ['Vc_Aes_Vnt_B_CodeGenVntGvnr '
|
'configs': ['Vc_Aes_Vnt_B_CodeGenVntGvnr == 0'],
|
||||||
'== 0'],
|
|
||||||
'description': 'Enter a nice '
|
'description': 'Enter a nice '
|
||||||
'description of your '
|
'description of your '
|
||||||
'variable here',
|
'variable here',
|
||||||
|
@@ -4,8 +4,13 @@
|
|||||||
"""Unit test data for powertrain_build.zone_controller.composition_yaml."""
|
"""Unit test data for powertrain_build.zone_controller.composition_yaml."""
|
||||||
|
|
||||||
description = "This is a valid description."
|
description = "This is a valid description."
|
||||||
illegal_description = "This is a description with 'single' and \"double\" quotes & some <illegal> XML characters."
|
illegal_description = (
|
||||||
fixed_illegal_description = "This is a description with 'single' and "double" quotes & some <illegal> XML characters."
|
"This is a description with illegal XML characters: 'single' and \"double\" quotes as well as < & >."
|
||||||
|
)
|
||||||
|
fixed_illegal_description = (
|
||||||
|
"This is a description with illegal XML characters: "
|
||||||
|
"'single' and "double" quotes as well as < & >."
|
||||||
|
)
|
||||||
long_description = (
|
long_description = (
|
||||||
"This is a long description that spans multiple lines. \n"
|
"This is a long description that spans multiple lines. \n"
|
||||||
"It does not contain any single and double quotes or any other illegal XML characters. \n"
|
"It does not contain any single and double quotes or any other illegal XML characters. \n"
|
||||||
|
Reference in New Issue
Block a user