Remove unused variables
This commit is contained in:
parent
0e19248d69
commit
5d9cd2b252
1 changed files with 0 additions and 3 deletions
|
|
@ -625,7 +625,6 @@ class TestLifecycle(unittest.TestCase):
|
||||||
def test_wait_for_event(self):
|
def test_wait_for_event(self):
|
||||||
self.disp = Xvfb()
|
self.disp = Xvfb()
|
||||||
self.disp.start()
|
self.disp.start()
|
||||||
handler = mock.Mock()
|
|
||||||
m = mpv.MPV(vo=testvo)
|
m = mpv.MPV(vo=testvo)
|
||||||
m.play(TESTVID)
|
m.play(TESTVID)
|
||||||
result = Future()
|
result = Future()
|
||||||
|
|
@ -648,7 +647,6 @@ class TestLifecycle(unittest.TestCase):
|
||||||
def test_wait_for_property_shutdown(self):
|
def test_wait_for_property_shutdown(self):
|
||||||
self.disp = Xvfb()
|
self.disp = Xvfb()
|
||||||
self.disp.start()
|
self.disp.start()
|
||||||
handler = mock.Mock()
|
|
||||||
m = mpv.MPV(vo=testvo)
|
m = mpv.MPV(vo=testvo)
|
||||||
m.play(TESTVID)
|
m.play(TESTVID)
|
||||||
with self.assertRaises(mpv.ShutdownError):
|
with self.assertRaises(mpv.ShutdownError):
|
||||||
|
|
@ -690,7 +688,6 @@ class TestLifecycle(unittest.TestCase):
|
||||||
def test_wait_for_shutdown(self):
|
def test_wait_for_shutdown(self):
|
||||||
self.disp = Xvfb()
|
self.disp = Xvfb()
|
||||||
self.disp.start()
|
self.disp.start()
|
||||||
handler = mock.Mock()
|
|
||||||
m = mpv.MPV(vo=testvo)
|
m = mpv.MPV(vo=testvo)
|
||||||
m.play(TESTVID)
|
m.play(TESTVID)
|
||||||
with self.assertRaises(mpv.ShutdownError):
|
with self.assertRaises(mpv.ShutdownError):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue