标签: django unit-testing
def test_link_finder(self): output = list() output.append('http://google.com')#here is error
python.manage.py测试说
NameError: name 'output' is not defined
怎么可能?