Python Testing with Pytest
Book description
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. Using a robust yet simple fixture model, it's just as…
- Coming soon!
Why read it?
1 author picked Python Testing with Pytest as one of their favorite books. Why do they recommend it?
While this is a Python-specific book, it’s a fantastic description of all the possibilities for testing with a powerful module like Pytest offers. Testing is one of the basic experiences for a programmer, as it should be included as a core part of the development process. Understanding all the different options available like mark groups of tests, parametric tests, building your own extensions, or test coverage, to name only a few details, expands the understanding of how to design better tests and run them more efficiently.
From Jaime's list on for Python and non-Python developers.
Want books like Python Testing with Pytest?
Our community of 12,000+ authors has personally recommended 42 books like Python Testing with Pytest.