summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-12Re-enable set_user_value() warning for symbols with no prompts.Ulf Magnusson
Disable warnings in allnoconfig_simpler.py instead.
2012-12-12Remove redundant check.Ulf Magnusson
2012-12-12Use 'type' instead of 'get_type()' internally.Ulf Magnusson
2012-12-12Always count non-bool/tristate symbols as 'n' in tristate context.Ulf Magnusson
Previously a string symbol that happened to have the value "y" would count as "y" in tristate context, which is incorrect.
2012-12-12Use is_choice_item_ internally.Ulf Magnusson
2012-12-11Revert "Only invalidate if the user value actually changes.".Ulf Magnusson
This will break choices under certain circumstances.
2012-12-11Misc. doc cleanups.Ulf Magnusson
2012-12-11Clarify Symbol.get_value().Ulf Magnusson
2012-12-11Rename APIs to be more consistent and intuitive.Ulf Magnusson
2012-12-11Explain visibility better.Ulf Magnusson
Also improve various warnings and other comments.
2012-12-11Small set_value() clarification.Ulf Magnusson
2012-12-11Clarify documentation for set_value() and reset().Ulf Magnusson
Mentioning internals in the docstring for reset() is just confusing.
2012-12-11Remove calc_default_value().Ulf Magnusson
It's a weird and probably pretty useless API.
2012-12-11Add selftests for get_user_value().Ulf Magnusson
2012-12-11Add selftests for is_optional().Ulf Magnusson
2012-12-11Make get_defconfig_filename() selftest more comprehensive.Ulf Magnusson
2012-12-11Add selftests for get_defconfig_filename().Ulf Magnusson
2012-12-11Add note about internal API.Ulf Magnusson
2012-12-11Add choice/menu/comment test coverage for get_referenced_symbols().Ulf Magnusson
2012-12-11Add note about running examples.Ulf Magnusson
2012-12-11Add a grep'ing example.Ulf Magnusson
2012-12-11Make it possible to pass an argument via scriptconfig.Ulf Magnusson
2012-12-11Improve output formatting for test suite.Ulf Magnusson
2012-12-11Display arch names as they are loaded in test suite.Ulf Magnusson
2012-12-11Only invalidate if the user value actually changes.Ulf Magnusson
2012-12-11Expand set_value() documentation.Ulf Magnusson
2012-12-11Include allnoconfig_simpler.py in test suite.Ulf Magnusson
Also update some comments to reflect optimizations.
2012-12-11Air out selftests a bit.Ulf Magnusson
2012-12-11Use verify() instead of if + fail() in more locations.Ulf Magnusson
Also be clearer about test results.
2012-12-11Remove redundant backslashes.Ulf Magnusson
2012-12-11Make location query selftests more comprehensive.Ulf Magnusson
Also sneak in testing of env. variable expansion, named choices, and 'base_dir'.
2012-12-11Make 'source' error message more informative.Ulf Magnusson
2012-12-11Update _get_dependent() documentation.Ulf Magnusson
Returns a set, not a list.
2012-12-10Update testsuite description - obsessive tests faster now.Ulf Magnusson
2012-12-10Spell nit.Ulf Magnusson
2012-12-10Update kconfigtest.py description.Ulf Magnusson
2012-12-10Remove some semicolons.Ulf Magnusson
2012-12-10Add some is_modifiable() consistency checks.Ulf Magnusson
2012-12-10Get some menuconfig coverage.Ulf Magnusson
2012-12-10Misc. test clarification.Ulf Magnusson
2012-12-10Misc. test clarification.Ulf Magnusson
2012-12-10Add one more is_modifiable() test.Ulf Magnusson
2012-12-10Remove _Feed.is_at_end().Ulf Magnusson
Unused.
2012-12-10Clean up object relations selftest a bit.Ulf Magnusson
2012-12-10Clarify get_lower/upper_bound() test.Ulf Magnusson
2012-12-10Simplify is_modifiable() test.Ulf Magnusson
2012-12-10Add get_referenced_symbols() selftests for !.Ulf Magnusson
2012-12-10Add dependency selftests for =/!=.Ulf Magnusson
Also add tests for misc. other forms.
2012-12-10Add get_referenced_symbols() selftests for =/!=.Ulf Magnusson
2012-12-10Register refs. for symbols on the RHS of =/!=.Ulf Magnusson
Omission.