Explorar o código

Skip IMDB tests that aren't used

Colin Powell %!s(int64=2) %!d(string=hai) anos
pai
achega
bf3479dbc7
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      tests/scrobbles_tests/test_imdb.py

+ 1 - 2
tests/scrobbles_tests/test_imdb.py

@@ -1,10 +1,9 @@
 import pytest
-import imdb
-from mock import patch
 
 from vrobbler.apps.scrobbles.imdb import lookup_video_from_imdb
 
 
+@pytest.mark.skip(reason="Need to sort out third party API testing")
 def test_lookup_imdb_bad_id(caplog):
     data = lookup_video_from_imdb('3409324')
     assert data is None