Sharpen your testing skills by implementing tests for an existing Python application.
This lab provides an opportunity to practice developing tests with Python's built-in unittest module. Included is a flask-based web application which enables authenticated users to apply an effect to uploaded images which are displayed in a grid.
Prerequisites:
Target Audience