hands-on lab

Python: Unittest Practice

Difficulty: Advanced
Duration: Up to 3 hours
Students: 57
Rating: 5/5
On average, students complete this lab in55m
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

Hands-on Lab UUID

Lab steps

0 of 5 steps completed.Use arrow keys to navigate between steps. Press Enter to go to a step if available.
  1. Web IDE Review
  2. Testing The User Management Module
  3. Testing The Effects Module
  4. Testing The WSGI Module
  5. Solutions