Adjust test scripts to scrub ANSI colors from output
[kconfig-hardened-check.git] / kconfig_hardened_check / test_engine.py
2023-09-12 FrakAdjust test scripts to scrub ANSI colors from output 86/head
2023-07-23 Alexander Popovtest_engine: use SysctlCheck in test_value_overriding()
2023-07-23 Alexander Popovtest_engine: use SysctlCheck in test_stdout()
2023-07-23 Alexander Popovtest_engine: implement test_simple_sysctl()
2023-07-23 Alexander Popovtest_engine: support SysctlCheck
2023-06-12 Alexander PopovImprove the comments and README
2023-04-22 Alexander Popovtest_engine: add test_value_overriding()
2023-04-02 Alexander Popovtest_engine: rename unit-tests
2023-04-02 Alexander Popovtest_engine: increase the unit-test coverage
2023-04-02 Alexander Popovtest_engine: test the non-verbose output mode
2023-04-02 Alexander Popovtest_engine: support the non-verbose output mode in...
2023-04-02 Alexander Popovtest_engine: add test_verbose()
2023-04-02 Alexander Popovtest_engine: implement get_engine_result() for stdout
2023-04-02 Alexander Popovtest_engine: introduce get_engine_result()
2023-03-26 Alexander Popovtest_engine: add test_version()
2023-03-26 Alexander Popovtest_engine: add missing cases for test_OR() and test_AND()
2023-03-26 Alexander Popovtest_engine: test 'is not off'
2023-03-26 Alexander Popovtest_engine: test 'is present'
2023-03-26 Alexander Popovtest_engine: add a missing case for test_OR()
2023-03-24 Alexander Popovtest_engine: add test_OR() and test_AND()
2023-03-24 Alexander Popovtest_engine: reorganize single unit-tests
2023-03-24 Alexander Popovtest_engine: add test_kconfig_not_found()
2023-03-24 Alexander PopovPrevent populating the checklist with empty data
2023-03-24 Alexander Popovtest_engine: add test_cmdline_ok() and test_cmdline_fail()
2023-03-24 Alexander Popovtest_engine: add test_kconfig_fail()
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