Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Testing in Python

  • How can we make sure our code in Python works as expect?
  • How can we make sure changes in one area do not impact other area?
  • How can we upgrade dependencies and makes sure everything works as before?
  • How can we switch to another version of Python without fear?
  • How can we change or upgrade the Operating System where our code runs and know it still functions?