Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/units/toolkit/__main__.py
blob: 0e336825380f0e1528048c09900aba733d24d89e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# sugar-lint: disable

from __init__ import tests

from coroutine import *
from http import *
from lsb_release import *
from mountpoints import *
from rrd import *
from toolkit import *
from options import *
from spec import *
from router import *
from gbus import *
from i18n import *
from sat import *

if __name__ == '__main__':
    tests.main()