https://github.com/objarni/tddstats
Monitor your TDD practice and understand where you spend most (and least) time!
https://github.com/objarni/tddstats
Last synced: about 1 year ago
JSON representation
Monitor your TDD practice and understand where you spend most (and least) time!
- Host: GitHub
- URL: https://github.com/objarni/tddstats
- Owner: objarni
- License: mit
- Created: 2021-07-19T08:24:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-19T09:57:09.000Z (almost 5 years ago)
- Last Synced: 2025-02-06T11:55:18.296Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# tddstats
Monitor your TDD practice and understand where you spend most (and least) time!
# Explanation
I wanted to explore how much time I spend in the different 'modes/states' of Test-Driven Development (TDD); see [this twitter thread](https://twitter.com/olofb/status/1409051072182865920) for more info!
# How to install?
This is a POC written i Python3; it has some dependencies, set it up like this:
- clone this repo
- make a virtual env, e.g `python3 -m venv venv`
- install dependencies: e.g `./venv/bin/pip install -r requirements.txt`
# How to run?
./venv/bin/python tddstats.py
.. then follow instructions!
# How to run tests?
Use pytest:
./venv/bin/pytest