EXERCISE 4-1 Check if the codebase in your organization is using
unittest
,
nose
, or
nose2
.
Consult with the owners of the codebase and plan a migration from these
frameworks to a better and more flexible unit-testing framework.
Conclusion
In this chapter, you learned about the advanced unit testing framework nose.
Unfortunately, it is not being developed actively so you need to use nose2 as a test-runner
for nose tests. In the next chapter, you will learn about and explore an advanced test
automation framework called py.test.
Figure 4-5. nose2 unsupported test layout