lab challenge

Python Challenge - TDD Bulk Discounting

Difficulty: Beginner
Duration: Up to 2 hours and 7 minutes
Students: 18
Get challenged in a real environmentProve your skills in a real-world, provisioned environment.
Push your limitsComplete an unguided mission within the time limit.
See resultsTest your problem-solving skills and track your progress.

Description

Using Test Driven Development (TDD) practices, complete a partially provided Python 3 solution, being guided by a set of given unit tests. Specifically, you must complete the implementation of a function that calculates the volume discounts for an ecommerce platform, ensuring that the solution passes the provided set of unit tests.

Prerequisites

  • Knowledge of Python 3 and unit testing

Intended audience

  • Beginner Python developers learning TDD

What will be assessed

  • Your ability to perform TDD - completing a Python implementation guided by unit tests

Covered topics

Lab challenge UUID

Mission

0 of 1 steps completed.Use arrow keys to navigate between steps. Press Enter to go to a step if available.
  1. Python TDD Challenge