Skip to Content
Clean Code in Python - Second Edition
book

Clean Code in Python - Second Edition

by Mariano Anaya
January 2021
Intermediate to advanced
422 pages
10h 39m
English
Packt Publishing
Content preview from Clean Code in Python - Second Edition

8

Unit Testing and Refactoring

The ideas explored in this chapter are fundamental pillars in the global context of the book because of their importance to our ultimate goal: to write better and more maintainable software.

Unit tests (and any form of automatic tests, for that matter) are critical to software maintainability, and therefore something that cannot be missing from any quality project. It is for that reason that this chapter is dedicated exclusively to aspects of automated testing as a key strategy, to safely modify the code, and iterate over it, in incrementally better versions.

After this chapter, we will have gained more insight into the following:

  • Why automated tests are critical for a project's success
  • How unit tests work as ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Clean Code in Python

Clean Code in Python

Mariano Anaya

Publisher Resources

ISBN: 9781800560215Supplemental Content