9. Testing

The goal of this chapter is covering basic ideas of how testing is done in Python. Few main test frameworks discussed - doctest (for small projects) and unittest (xUnit/jUnit clone for medium and bigger sized projects).

Plan:

Last updated