Skip to content

Commit e5e7100

Browse files
committed
Remove old test for misspelled config option
See 6b9d766, which removed the option.
1 parent 0b5b20d commit e5e7100

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/test_play.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,6 @@ def test_warning_threshold(self, open_mock):
115115

116116
open_mock.assert_not_called()
117117

118-
def test_warning_threshold_backwards_compat(self, open_mock):
119-
self.config['play']['warning_treshold'] = 1
120-
self.add_item(title=u'another NiceTitle')
121-
122-
with control_stdin("a"):
123-
self.run_command(u'play', u'nice')
124-
125-
open_mock.assert_not_called()
126-
127118
def test_command_failed(self, open_mock):
128119
open_mock.side_effect = OSError(u"some reason")
129120

0 commit comments

Comments
 (0)