Thursday, March 14, 2019

Matt Layman: Python Testing 101 with pytest

For Python Frederick’s March presentation, I presented on Python testing. In the presentation, I used pytest to show how quickly you can get started with testing your code. We covered the what, why, and how of testing in Python.

The recording from the talk is available on YouTube. Check it out!



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...