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

from __init__ import tests

from metadata import *
from storage import *
from index import *
from resource import *
from routes import *
#from migrate import *

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