Commit Graph

10 Commits

Author SHA1 Message Date
William Leara 5ffa64907d fix for flake8 rule E302
This commit fixes all the E302 errors.  They were found by running "flake8 ." from the root directory.  This is an error defined by "pycodestyle", and has no functional impact to the source.  This is simply fixing whitespace as defined by CHIPSEC's .flake8 configuration.

background:
https://www.flake8rules.com/rules/E302.html
https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes:~:text=line%2C%20found%200-,E302,-expected%202%20blank

versions: flake8 v7.2.0, python v3.12.6

Signed-off-by: William Leara <william.leara@dell.com>
2025-04-30 12:02:15 -07:00
William Leara 903621aa11 fix for flake8 rule E303
This commit fixes all the E303 errors.  They were found by running "flake8 ." from the root directory.  E303 is an error defined by "pycodestyle", and has no functional impact to the source.  This is simply fixing whitespace as defined by CHIPSEC's .flake8 configuration.

background:
https://www.flake8rules.com/rules/E303.html
https://pycodestyle.pycqa.org/en/latest/intro.html#error-codes:~:text=lines%2C%20found%200-,E303,-too%20many%20blank

versions: flake8 v7.1.2, python v3.12.6

Signed-off-by: William Leara <william.leara@dell.com>
2025-03-25 21:41:06 -07:00
Sara Batllori 39afda6b77 Add archiving status for modules
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
2025-02-25 14:28:56 -08:00
Sara Batllori 6d218609af Add util to decode tests' name/id
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
2024-12-11 10:02:21 -08:00
Frinzell, Aaron 653c5f787c Cleanup library
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2024-08-28 13:57:27 -07:00
Nathaniel Mitchell f7ef74534f Add function to compare two ModuleResult's priorities
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
2024-05-21 16:36:52 -07:00
Sae86 2bc5b22216 Add feature to auto-generate/save return code IDs
Signed-off-by: Sae86 <sara.batllori@intel.com>
2024-04-22 16:36:02 -07:00
Dan Scott 0e8192cfd0 Move files to library folder 2024-03-22 14:26:59 -07:00
Dan Scott a933b1337d Update references to functions in new library files 2024-03-22 14:26:59 -07:00
Sae86 02f7e08815 Move return codes to library
Signed-off-by: Sae86 <sara.batllori@intel.com>
2024-03-22 14:26:59 -07:00