572
572
def test_confirm_action(self):
573
573
"""You can write tests that demonstrate user confirmation.
579
579
commands.builtin_command_registry.register(cmd_test_confirm)
580
580
self.addCleanup(commands.builtin_command_registry.remove, 'test-confirm')