__init__.py 365 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0
  2. """
  3. Create submenu for symbols that depend on the preceding one.
  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. def test(conf):
  9. assert conf.oldaskconfig() == 0
  10. assert conf.stdout_contains('expected_stdout')