Last updated 2 years ago
Was this helpful?
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).