Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_discovery_sample/pattern_tests.py
blob: f62a233d759d8f9c02d9d1b1dac6c0b95afae816 (plain)
1
2
3
4
5
6
7
from unittest import TestCase


class Test(TestCase):

    def test_sample(self):
        self.assertEqual(1, 1)