Django Book 翻译
菜单>:
TOC
返回
原文:
This is the name of database to use when running the test suite. If a value of ``None`` is specified, the test database will use the name ``'test_' + settings.DATABASE_NAME`` . See the documentation for Djangos testing framework, which is covered online at `http://www.djangoproject.com/documentation/0.96/testing/`_.
翻译:
这是用于执行测试套件的数据名称。如果该值为None, 那么测试数据库将会使用名称'test_' + settings.DATABASE_NAME。参见Django测试框架的文档,位于http://www.djangoproject.com/documentation/0.96/testing/ 。
备注:
译者: