Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/units/model/__main__.py
blob: 6d8e563a1d31a30e2a2c2823946cb8070af55a3e (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 implementation import *
from review import *
from solution import *
from routes import *

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