Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

scooper91/checkout-kata-python

Open more actions menu

Repository files navigation

Checkout Kata - Python

Test

Simple kata to get the overall cost of a basket given items.

Requirements

  • Docker

Testing

make test

This will run a python container, which will install the dependencies and run the tests

make watch

This will run a python container, which will install the dependencies and will run the tests every time a file is saved

Kata Instructions

You should implement a supermarket checkout which:

  • always accepts a string of items and gives back the total price
  • discounts any offers from the total price

Use the following pricing information:

Item Price Offer
A 50 3 for 130
B 30 2 for 45
C 20 N/A
D 15 N/A

For example:

  • 'DABA' gives 145
  • 'BBBB' gives 90

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.