Django测试,列表在创建列表对象后未定义

时间:2014-02-12 15:58:51

标签: django unit-testing

在django测试中我尝试这样做:

def test_link_finder(self):
    output = list()
    output.append('http://google.com')#here is error

python.manage.py测试说

NameError: name 'output' is not defined

怎么可能?

0 个答案:

没有答案