Python testing exercises — master unittest, black box and TDD
Python testing exercises are where testing discipline becomes a natural part of how you write code. You’ve seen the theory and built three complete test suites. Now it’s time to design your own — a black box suite from a specification, identifying and fixing badly designed tests, and a complete TDD implementation. As always: try…
