aboutsummaryrefslogtreecommitdiff
path: root/tests/__init__.py
blob: e080ee5635b8898cc30d892fffff596b5bd99f36 (plain)
1
2
3
4
5
import os
from unittest import TestLoader

def discover_suite():
    return TestLoader().discover(os.path.dirname(__file__))