Using pytest
doctest
is a great tool, but it's not nearly as powerful as pytest
. In this exercise, you'll write tests for your SocialMedia
class using the pytest
framework.
This exercise is part of the course
Software Engineering Principles in Python
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
