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

from __init__ import tests

from comment import *
from context import *
from release import *
from review import *
from solution import *
from routes import *

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