summaryrefslogtreecommitdiff
path: root/testsuite.py
AgeCommit message (Expand)Author
2018-01-30Fix warnings printed for test suiteUlf Magnusson
2018-01-28Add some post-parsing warningsUlf Magnusson
2018-01-28Flag constant symbols where they're not allowedUlf Magnusson
2018-01-25Support <, > relational operators with tristatesUlf Magnusson
2018-01-22Simplify escape()Ulf Magnusson
2018-01-21Whitespace nitsUlf Magnusson
2018-01-20Get rid of _next_help_line()Ulf Magnusson
2018-01-17Improve recursive 'source' testUlf Magnusson
2018-01-17Detect recursive 'source' and print backtraceUlf Magnusson
2018-01-16Get TRI_TO_STR from Kconfiglib in test suiteUlf Magnusson
2018-01-16Do not optimize promptless choice symbolsUlf Magnusson
2018-01-15Support disabling warnings for redundant assignmentsSebastian Bøe
2018-01-11Mention that $CONFIG_ is used for C headers tooUlf Magnusson
2018-01-05Don't write out 'option env' symbols to C headerUlf Magnusson
2017-11-12Simplify licensingUlf Magnusson
2017-11-10Fix a few typosUlf Magnusson
2017-11-08Add a release test scriptUlf Magnusson
2017-11-07s/overriden/overridden/Ulf Magnusson
2017-11-06Get rid of Choice.default_selectionUlf Magnusson
2017-11-04Fix test suite Python 3 syntax errorUlf Magnusson
2017-11-04Don't put 0 in .assignable for y-mode choice symsUlf Magnusson
2017-11-04Return False from set_value() for invalid valuesUlf Magnusson
2017-11-03Fix error in commentUlf Magnusson
2017-11-03Remove outdated commentUlf Magnusson
2017-11-03Remove outdated TODO commentUlf Magnusson
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