Exemplo n.º 1
0
 def test_load(self):
     assert isinstance(load(self.filename), EasyMP4)
Exemplo n.º 2
0
def test_load_error():
    with pytest.raises(NotImplementedError):
        assert(load('/tmp/foo.bar'))