Skip to content

mgaspar-godaddy/checkout-code-kata

Repository files navigation

Checkout Code Kata

This comes from the content from the following udemy course: https://www.udemy.com/course/unit-testing-and-tdd-in-python/

Setup & Run Tests

  • Install pipenv if you haven't already
  • Clone the repo
  • export PIPENV_VENV_IN_PROJECT=true to setup a virtual environment in the directory where you've cloned the repo
  • pipenv install --dev
  • source .venv/bin/activate
  • pytest -v --cov=checkout

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages