SuperCh-SE-NCSU / ProjectScraping

web-crawling in Python
6 stars 6 forks source link

Python unit testing framework #37

Closed alannsp closed 9 years ago

alannsp commented 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?

Winbobob commented 9 years ago

I think each of them are OK. I recommand Nose personally.

dragonfly90 commented 9 years ago

unittest now ?

Winbobob commented 9 years ago

Yes, I have already write unit tests for "modelkbb_v1_debug.py" and "modelCragList_v2_debug.py". And both of them are passed.