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