Move lookup modules to approp app
This commit is contained in:
@ -3,9 +3,9 @@ import pytest
|
||||
|
||||
from django.urls import reverse
|
||||
|
||||
from scrobbles.models import Scrobble
|
||||
from music.models import Track
|
||||
from podcasts.models import Episode
|
||||
from vrobbler.apps.scrobbles.models import Scrobble
|
||||
from vrobbler.apps.music.models import Track
|
||||
from vrobbler.apps.podcasts.models import Episode
|
||||
|
||||
|
||||
@pytest.mark.django_db
|
||||
|
||||
0
tests/videos_tests/__init__.py
Normal file
0
tests/videos_tests/__init__.py
Normal file
@ -1,6 +1,6 @@
|
||||
import pytest
|
||||
|
||||
from vrobbler.apps.scrobbles.imdb import lookup_video_from_imdb
|
||||
from vrobbler.apps.videos.imdb import lookup_video_from_imdb
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Need to sort out third party API testing")
|
||||
Reference in New Issue
Block a user