Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/units/toolkit/__main__.py
blob: 45a6810b96678bd2dedb9d280daa54929a0ce7cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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 *

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