summaryrefslogtreecommitdiff
path: root/testsuite.py
AgeCommit message (Expand)Author
2015-07-23Simplify .config header reading tests.Ulf Magnusson
2015-06-17Do not unset user values before the first test.Ulf Magnusson
2015-06-17Make sure scripts/kconfig/conf is built ourselves.Ulf Magnusson
2015-06-17Remove env. variables in a neater way.Ulf Magnusson
2015-06-17Nit.Ulf Magnusson
2015-06-17Add note re. speedy mode in a fresh kernel tree.Ulf Magnusson
2015-06-17Docstring nit.Ulf Magnusson
2015-06-17Speedy test suite mode is still safe.Ulf Magnusson
2015-06-16Docstring nit.Ulf Magnusson
2015-06-16Clean up some docstrings.Ulf Magnusson
2015-06-16Use the same interpreter when running scriptconfig.Ulf Magnusson
2015-06-15Report correct locations in the presence of continuation lines.Ulf Magnusson
2015-06-15Parsing isn't terribly slow.Ulf Magnusson
2015-06-10s/if's/ifs/Ulf Magnusson
2015-06-09Get some more test coverage for Config.__str__().Ulf Magnusson
2015-06-09Add note re. __str__() tests.Ulf Magnusson
2015-06-09Test object __str__() methods.Ulf Magnusson
2015-06-09Verify that indented .config assignments are ignored.Ulf Magnusson
2015-06-08Test suite nits.Ulf Magnusson
2015-06-08Remove unused .format() argument in test suite.Ulf Magnusson
2015-06-08Add Python 3 support.Ulf Magnusson
2015-06-07Do not require $srctree to be set for non-kernel projects.Ulf Magnusson
2015-06-07Unset user values when loading a zero-byte .config.Ulf Magnusson
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