Exemplo n.º 1
0
"""Hive server and API tests."""
from hive.conf import Conf
from hive.db.adapter import Db

Db.set_shared_instance(Conf.init_test().db())
Exemplo n.º 2
0
"""Hive server and API tests."""
from hive.conf import Conf
Conf.init_test()