Mute some pylint warnings for test_engine.py
[kconfig-hardened-check.git] / kconfig_hardened_check / test_engine.py
2023-03-24 Alexander PopovMute some pylint warnings for test_engine.py
2023-03-24 Alexander Popovtest_engine: add test_kconfig_ok()
2023-03-24 Alexander Popovrun_engine(): add the 'result' argument and put the...
2023-03-24 Alexander PopovFix pylint warnings: add class docstring
2023-03-24 Alexander PopovFix pylint warnings: mark run_engine() with @staticmethod
2023-03-24 Alexander PopovCreate the run_engine() helper
2023-03-24 Alexander PopovAdd the first unit-test draft
2023-03-10 Alexander PopovDon't fail the unit-test template
2023-03-10 Alexander PopovAdd a template for unit-tests