Skip to content

Commit 98e2ea9

Browse files
committed
hamming: Add test data version
1 parent 9a89896 commit 98e2ea9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

exercises/hamming/hamming_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
import hamming
44

55

6+
# test cases adapted from `x-common//canonical-data.json` @ version: 1.0.0
7+
68
class HammingTest(unittest.TestCase):
79

810
def test_identical_strands(self):

0 commit comments

Comments
 (0)