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

from __init__ import tests

from journal import *
from solver import *
from routes import *
from offline_routes import *
from online_routes import *
from server_routes import *
from cache import *
from implementations import *

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