예제 #1
0
파일: test_tagcli.py 프로젝트: kunxi/tagcli
 def test_load(self):
     assert isinstance(load(self.filename), EasyMP4)
예제 #2
0
파일: test_tagcli.py 프로젝트: kunxi/tagcli
def test_load_error():
    with pytest.raises(NotImplementedError):
        assert(load('/tmp/foo.bar'))