summaryrefslogtreecommitdiff
path: root/testsuite.py
AgeCommit message (Expand)Author
2017-11-03Test .assignable with no modulesUlf Magnusson
2017-11-03Add comment to choice .assignable test tooUlf Magnusson
2017-11-03Test Choice.assignable, fix for optional choicesUlf Magnusson
2017-11-03Add .assignable selftests for choice symbolsUlf Magnusson
2017-11-03Fix copy-paste comment errorUlf Magnusson
2017-11-03Test .assignable for imply, find C menuconfig bugUlf Magnusson
2017-11-03Add initial selftests for .assignableUlf Magnusson
2017-11-03Test suite nitsUlf Magnusson
2017-11-02Clean up choice semantics testsUlf Magnusson
2017-11-02Get rid of some old API compatibility hacksUlf Magnusson
2017-11-02Clean up .kconfig testsUlf Magnusson
2017-11-02Clean up relation testUlf Magnusson
2017-11-02Get rid of separate is_optional testUlf Magnusson
2017-11-02Update choice tests, get rid of some old testsUlf Magnusson
2017-11-02Fix relation tests, remove some outdated testsUlf Magnusson
2017-11-02Always save user values if they're validUlf Magnusson
2017-11-01Switch to a much faster invalidation algorithmUlf Magnusson
2017-10-31Require manual mode setting for choicesUlf Magnusson
2017-10-31Handle choices more like the C implementationUlf Magnusson
2017-10-30Merge user_str/tri_value into user_valueUlf Magnusson
2017-10-30Get some basic MenuNode.__str__() test coverageUlf Magnusson
2017-10-30Rename Symbol/Choice/MenuNode.config to kconfigUlf Magnusson
2017-10-30Consistently use 0/1/2 for tristate valuesUlf Magnusson
2017-10-28Test suite work, cleanup, const sym invalidation fixUlf Magnusson
2017-10-28Nearly finalize APIUlf Magnusson
2017-10-27BackupUlf Magnusson
2017-10-25BackupUlf Magnusson
2017-10-25BackupUlf Magnusson
2017-10-24Kconfiglib 2 backupUlf Magnusson
2017-10-02Test suite style nitsUlf Magnusson
2017-10-02Make 'imply' consider direct dependenciesUlf Magnusson
2017-10-01Propagate dependencies to range conditionsUlf Magnusson
2017-09-29.config header parsing nitsUlf Magnusson
2017-09-28Fix unified diff output for the defconfig testsUlf Magnusson
2017-09-28Print unified diff on test suite failuresUlf Magnusson
2017-09-27Warn if the Makefile patch hasn't been appliedUlf Magnusson
2017-09-27Hide non-tristate symbols in non-y tristate choicesUlf Magnusson
2017-09-25Fix 'default' on non-visible choice symbolsUlf Magnusson
2017-09-25Don't set defaults that will always be overwrittenUlf Magnusson
2017-09-25Get rid of _BOOL_STRUlf Magnusson
2017-09-24Fix get_defconfig_filename() $srctree search orderUlf Magnusson
2017-09-22Simplify _expr_to_str()Ulf Magnusson
2017-09-21Massively reduce test suite memory usageUlf Magnusson
2017-09-20Add support for less/greater than comparisonsUlf Magnusson
2017-09-19Include 'if' deps. in _determine_actual_symbols()Ulf Magnusson
2017-09-19testsuite: Use platform.uname() instead of os.uname()Ulf Magnusson
2017-09-18Add 'imply' supportUlf Magnusson
2015-07-23Add .config header continuation line test.Ulf Magnusson
2015-07-23Simplify .config header reading tests.Ulf Magnusson
2015-06-17Do not unset user values before the first test.Ulf Magnusson