Closed alannsp closed 9 years ago
There are kind of unit testing framework,like PyUnit, unittest, Nose(extend to unittest). which one is the best for general standard unit testing?
I think each of them are OK. I recommand Nose personally.
unittest now ?
Yes, I have already write unit tests for "modelkbb_v1_debug.py" and "modelCragList_v2_debug.py". And both of them are passed.
There are kind of unit testing framework,like PyUnit, unittest, Nose(extend to unittest). which one is the best for general standard unit testing?