We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed3bdd commit be76a7dCopy full SHA for be76a7d
1 file changed
tests/derfmat/samples.py
@@ -23,6 +23,10 @@ def sample(self, sample: str, expected: str, input: str = "", *,
23
buffer.seek(0)
24
self.assertEqual(expected.rstrip(), buffer.read(length).rstrip())
25
26
+ def test_12_days_of_christmas(self):
27
+ self.sample("12-days-of-christmas", "On the First day of Christmas\nMy true love sent to me",
28
+ length=54, sixmat=False)
29
+
30
def test_bct(self):
31
self.sample("bct", "101\n01\n1\n11\n110\n10\n101\n1010\n010\n010\n010\n10",
32
max_lifetimes=12)
0 commit comments