summaryrefslogtreecommitdiff
path: root/tests/commands
diff options
context:
space:
mode:
Diffstat (limited to 'tests/commands')
-rw-r--r--tests/commands/global_test.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/commands/global_test.py b/tests/commands/global_test.py
index e93a11d3..9489c909 100644
--- a/tests/commands/global_test.py
+++ b/tests/commands/global_test.py
@@ -25,8 +25,6 @@ import mock
from alot.commands import globals as g_commands
-from .. import utilities
-
class Stop(Exception):
"""exception for stopping testing of giant unmanagable functions."""
@@ -136,7 +134,6 @@ class TestExternalCommand(unittest.TestCase):
cmd.apply(ui)
ui.notify.assert_not_called()
- @utilities.expected_failure
def test_no_spawn_no_stdin_attached(self):
ui = mock.Mock()
cmd = g_commands.ExternalCommand(u'test -t 0', refocus=False)