Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.19-rc2 12 lines 330 B view raw
1""" 2Create submenu for symbols that depend on the preceding one. 3 4If a symbols has dependency on the preceding symbol, the menu entry 5should become the submenu of the preceding one, and displayed with 6deeper indentation. 7""" 8 9 10def test(conf): 11 assert conf.oldaskconfig() == 0 12 assert conf.stdout_contains('expected_stdout')