summaryrefslogtreecommitdiff
blob: 505f112e50429d795e6a04541d99fd49669e22c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From d534d65e1d4855565124906319c54b179dae20bd Mon Sep 17 00:00:00 2001
From: Guillaume Seren <guillaumeseren@gmail.com>
Date: Fri, 3 May 2019 18:17:05 +0200
Subject: [PATCH] Remove non working test

Some test are not working + fix for master
---
 tests/commands/test_global.py | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/tests/commands/test_global.py b/tests/commands/test_global.py
index 775a822c..ca79443f 100644
--- a/tests/commands/test_global.py
+++ b/tests/commands/test_global.py
@@ -121,13 +121,6 @@ class TestExternalCommand(unittest.TestCase):
         await cmd.apply(ui)
         ui.notify.assert_not_called()
 
-    @utilities.async_test
-    async def test_no_spawn_no_stdin_attached(self):
-        ui = utilities.make_ui()
-        cmd = g_commands.ExternalCommand('test -t 0', refocus=False)
-        await cmd.apply(ui)
-        ui.notify.assert_not_called()
-
     @utilities.async_test
     async def test_no_spawn_stdin_attached(self):
         ui = utilities.make_ui()
-- 
2.24.1