Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
/ t-srad-tdd Public archive

A Python boilerplate for a Test Driven Development exercise (the String Calculator from Kata Log).

Notifications You must be signed in to change notification settings

arnlaugsson/t-srad-tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Driven Development example exercise

This repo is an example walkthrough of a TDD excercise, String Calculator, taken from Kata Log.

Getting started

  1. Create a virtual environment
    • On Windows: py -m venv env
    • On MacOS/Linux: python3 -m venv env
  2. Activate the virtual env:
    • On Windows: .\env\Scripts\activate (in Powershell)
    • On MacOS/Linux: .env/Scripts/activate
  3. Install the requirements:
    • pip install -r requirements

Running tests

Simply run the following command: pytest -v with the virtual environment activated.

About

A Python boilerplate for a Test Driven Development exercise (the String Calculator from Kata Log).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages