Skip to content

Commit 0b6c2d7

Browse files
committed
Move tests to sgf subdirectory
1 parent cc13ec5 commit 0b6c2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go_capture/tests.py renamed to sgf/tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import cv2
55
import pytest
66

7-
from go_capture.sgf import find_stones, make_sgf, perspective
7+
from sgf import find_stones, make_sgf, perspective
88

99

1010
def get_images(image_folder):

0 commit comments

Comments
 (0)