Python django.contrib.staticfiles.testing 模块,StaticLiveServerTestCase() 实例源码

我们从Python开源项目中,提取了以下1个代码示例,用于说明如何使用django.contrib.staticfiles.testing.StaticLiveServerTestCase()

项目:callisto-core    作者:project-callisto    | 项目源码 | 文件源码
def setUpClass(cls):
        super(StaticLiveServerTestCase, cls).setUpClass()
        cls.setup_browser()
        cls.setup_data()