What is the best Unit testing framework for iPhone?

What is the best unit testing framework for Python?

Alex Khomenko at Quora Visit the source

Was this solution helpful to you?

Other answers

There's also nose2 which aims to be a replacement of nose and is written by their authors. For the most part though, I tend to avoid adding dependencies to my projects. Any project I've seen that uses nose usually uses it to run the tests while using unittest/unittest2 for everything else. I've never seen mox but it sounds a bit like mock. But that's for very specific test cases.

Ian Cordasco

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.