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

from __init__ import tests

from model import *
from post import *
from context import *
from routes import *

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