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

from __init__ import tests

from post import *
from context import *
from release import *
from routes import *

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