Skip to content

Commit 3ce3c99

Browse files
committed
connect: Add testfile version string
1 parent 79d57e0 commit 3ce3c99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises/connect/connect_test.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import unittest
22
import connect
33

4+
# Tests adapted from `problem-specifications//canonical-data.json` @ v1.1.0
5+
46
testcases = [
57
{
68
"description": "an empty board has no winner",

0 commit comments

Comments
 (0)