summaryrefslogtreecommitdiff
path: root/testsuite.py
AgeCommit message (Expand)Author
2015-06-06Test help text terminated by comment.Ulf Magnusson
2015-06-06Improve get_help() test coverage.Ulf Magnusson
2015-06-06Test for exceptions in a cleaner way.Ulf Magnusson
2015-06-06Add some test cases for malformed expressions.Ulf Magnusson
2015-06-06Remove _Feed.__getitem__().Ulf Magnusson
2015-06-02Change email in testsuite.py.Ulf Magnusson
2015-05-29Fix typos in test suite.Ulf Magnusson
2015-03-12Add Symbol.is_allnoconfig_y()Philip Craig
2013-08-07Add Symbol and Choice interfaces for getting prompt strings.Ulf Magnusson
2012-12-19Test suite language nits.Ulf Magnusson
2012-12-18Add selftests for reading strings with escaped characters.Ulf Magnusson
2012-12-18Add selftests for writing strings with escaped characters.Ulf Magnusson
2012-12-18Minor test suite reformatting.Ulf Magnusson
2012-12-17Add selftests for string literal lexing.Ulf Magnusson
2012-12-16Remove some inaccurate comments.Ulf Magnusson
2012-12-16Print arch name before the arch Kconfig is loaded.Ulf Magnusson
2012-12-16Clarify some test suite functions.Ulf Magnusson
2012-12-16Get some UNAME_RELEASE coverage.Ulf Magnusson
2012-12-16Clarify testsuite comment.Ulf Magnusson
2012-12-16Make "m" mode choice selection selftests more comprehensive.Ulf Magnusson
2012-12-15Fix typo.Ulf Magnusson
2012-12-15Add more selftests for choices with missing types.Ulf Magnusson
2012-12-15Verify types for choices without explicit types.Ulf Magnusson
2012-12-15Add a long dependency chain selftest.Ulf Magnusson
2012-12-15Add selftests for choice semantics.Ulf Magnusson
2012-12-15Add some quotes for the sake of readability.Ulf Magnusson
2012-12-15Add some missing Choice APIs to test_call_all().Ulf Magnusson
2012-12-15Fill out test_call_all() and order functions by name.Ulf Magnusson
2012-12-15Fix typo.Ulf Magnusson
2012-12-14Get 'visible if' coverage for symbol references.Ulf Magnusson
2012-12-14Add an inequality test for undefined symbols.Ulf Magnusson
2012-12-14Get more test coverage for n/m/y properties.Ulf Magnusson
2012-12-14Add selftests for tristate comparisons.Ulf Magnusson
2012-12-14Simplify some tests.Ulf Magnusson
2012-12-14Add selftests for various minor APIs.Ulf Magnusson
2012-12-14Verify that the quirky symbol still gets the choice as its parent.Ulf Magnusson
2012-12-14Make _comment() preserve trailing newlines.Ulf Magnusson
2012-12-14Add selftests for 'visible if' visibility.Ulf Magnusson
2012-12-13Remove excessive indentation.Ulf Magnusson
2012-12-13Add selftest for Config.get_config_filename().Ulf Magnusson
2012-12-13Add selftests for misc. minor Config queries.Ulf Magnusson
2012-12-13Spell nit.Ulf Magnusson
2012-12-13Rename verify_val() to varify_eval().Ulf Magnusson
2012-12-13Make .config reading/writing selftests more comprehensive.Ulf Magnusson
2012-12-13Rename 'Kempty' to 'empty'.Ulf Magnusson
2012-12-13Add .config header reading/writing selftests.Ulf Magnusson
2012-12-13Verify assignability of string/int/hex with m visibility.Ulf Magnusson
2012-12-13Add selftests for get_config().Ulf Magnusson
2012-12-13Add visibility selftests.Ulf Magnusson
2012-12-13Add Comment.get_visibility().Ulf Magnusson