Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/units/node/__main__.py
blob: ac373156ff12a09acc3be959ab4abc9dde6d705e (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 downloads import *
from files import *
from master import *
from node import *
from obs import *
from stats_node import *
from stats_user import *
from sync import *
from sync_master import *
from sync_offline import *
from sync_online import *
from volume import *

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