From 2e3ee6f9fa3ef9e06e1daea561365e6b28c64128 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Sun, 10 Oct 2010 14:06:58 +0200 Subject: [PATCH] Remove broken doctest for run_external_command --- src/gpodder/util.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/gpodder/util.py b/src/gpodder/util.py index 0e400a0e..df4a7e02 100644 --- a/src/gpodder/util.py +++ b/src/gpodder/util.py @@ -1462,13 +1462,6 @@ def run_external_command(command_line): call the notification function with two arguments - the first being the error message and the second being the title to be used for the error message. - - >>> from minimock import mock, Mock, restore - >>> mock('subprocess.Popen', returns=Mock('subprocess.Popen')) - >>> run_external_command('testprogramm') - Called subprocess.Popen('testprogramm', shell=True) - Called subprocess.Popen.wait() - >>> restore() """ def open_process(command_line): -- 2.11.4.GIT