pattern_tests.py 113 B

1234567
  1. from unittest import TestCase
  2. class Test(TestCase):
  3. def test_sample(self):
  4. self.assertEqual(1, 1)