willprice / python-omxplayer-wrapper

:tv: Control OMXPlayer, the Raspberry Pi media player, from Python
http://python-omxplayer-wrapper.readthedocs.io
GNU Lesser General Public License v3.0
253 stars 71 forks source link

Fix `mute` integration test #111

Closed willprice closed 5 years ago

willprice commented 6 years ago
    def test_mute(self):
        self.player.set_volume(1)

        self.player.mute()

        self.assertAlmostEqual(0, self.player.volume(), _VOLUME_DP)

Fails with AssertionError: 0 != 0.999... within 2 places

tests/integration/test.py

willprice commented 5 years ago

Fixed in 9d562d8f8c8bf7dc11bd2a596f5f9f69a6f1875d and 6d591fe0a766aca9616836c9db2a042177d9c6cd