hands-on lab

Python: Unittest Practice

Difficulty: Advanced
Duration: Up to 3 hours
Students: 44
Rating: 5/5
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.

Description

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

  • Python Developers

Covered topics

Lab steps

Web IDE Review
Testing The User Management Module
Testing The Effects Module
Testing The WSGI Module
Solutions