Python Testing with pytest
Brian Okken
Do less work when testing your Python code, but be just as expressive, just as elegant, and just as readable. The pytest testing framework helps you write tests quickly and keep them readable and maintainable - with no boilerplate code.
python software-testing backend intermediate practical reference unit-testing integration-testing refactoring
testing qa hands-on hands on