__init__.py 330 B

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