1 """ 2 Create submenu for symbols that depend on the preceding one. 3 4 If a symbols has dependency on the preceding symbol, the menu entry 5 should become the submenu of the preceding one, and displayed with 6 deeper indentation. 7 """ 8 9 10 def test(conf): 11 assert conf.oldaskconfig() == 0 12 assert conf.stdout_contains('expected_stdout') 13