aboutsummaryrefslogtreecommitdiff
path: root/tests/__init__.py
blob: 13030f3f4bc57ec2b9ef0432983631f54a1abc3a (plain)
1
2
3
4
5
6
import unittest


def test_suite():
    loader = unittest.TestLoader()
    return loader.discover('tests', top_level_dir='tests')