summaryrefslogtreecommitdiff
path: root/tests/test_runner_apps/sample/pattern_tests.py
blob: 4500eacb8ee100d4a46b2375ce637197f65870d0 (plain)
1
2
3
4
5
6
from unittest import TestCase


class Test(TestCase):
    def test_sample(self):
        self.assertEqual(1, 1)