We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d57e0 commit 3ce3c99Copy full SHA for 3ce3c99
exercises/connect/connect_test.py
@@ -1,6 +1,8 @@
1
import unittest
2
import connect
3
4
+# Tests adapted from `problem-specifications//canonical-data.json` @ v1.1.0
5
+
6
testcases = [
7
{
8
"description": "an empty board has no winner",
0 commit comments