You are missing unittest.TestCase parent class for your test, i.e.: from unittest import TestCase from nose.plugins.attrib import attr @attr(speed='slow') ...
確定! 回上一頁