Skip to content

Commit

Permalink
Change absolute test resource imports to relative ones
Browse files Browse the repository at this point in the history
  • Loading branch information
willprice committed May 10, 2019
1 parent 087c381 commit 0ffb4c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/functional/io/readers/test_video_source.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from flowty.cv.videoio import VideoSource
from tests.resources import VIDEO_PATHS
from ....resources import VIDEO_PATHS


class TestVideoSource:
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/test_flowty.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from imageio import imread

from flowty import flowty
from tests.resources import RUBBER_WHALE
from ..resources import RUBBER_WHALE


class TestFlowty:
Expand Down

0 comments on commit 0ffb4c6

Please sign in to comment.