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

from __init__ import tests

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

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