test_django.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:Tinychat-Bot--Discontinued 作者: Tinychat 项目源码 文件源码
def setUpModule():
    """
    Called to set up the module by the test runner
    """
    if not django:
        return

    global context, models, storage

    context = {
        'sys.path': sys.path[:],
        'sys.modules': sys.modules.copy(),
        'os.environ': os.environ.copy(),
    }

    if init_django():
        from django.core.files.storage import FileSystemStorage
        from django_app.adapters import models  # noqa

        setup_test_environment()

        context['DB_NAME'] = create_test_db(verbosity=0, autoclobber=True)
        storage = FileSystemStorage(mkdtemp())
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号