示例#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())
示例#2
0
"""Hive server and API tests."""
from hive.conf import Conf
Conf.init_test()