Jason Gorman demonstrates three good habits to get into when you practice TDD:
1. Write the test assertion first and work backwards to the set-up
2. See the test fail before you make it pass
3. Write tests with only one reason to fail
Video # 1 - • Test-Driven Development (TDD) in Python #1...
unittest documentation https://docs.python.org/3/library/uni...