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

from __init__ import tests

from env import *
from index import *
from index_queue import *
from document import *
from storage import *
#from index_proxy import *
from metadata import *
from commands import *
from volume import *
from migrate import *

tests.main()