Skip to content

Commit d7f70a2

Browse files
authored
Add graph_test into testcases
1 parent 3e88c28 commit d7f70a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cyaron/tests/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
from .io_test import TestIO
33
from .str_test import TestString
44
from .polygon_test import TestPolygon
5-
from .compare_test import TestCompare
5+
from .compare_test import TestCompare
6+
from .graph_test import TestGraph

0 commit comments

Comments
 (0)