When using nosetests for Python it is possible to disable a unit test by ... from nose.tools import nottest @nottest def test_my_sample_test() #code here .
確定! 回上一頁