A place to dump various TDD katas and testing experiments using Python
Go to file
Bruno BELANYI 0a4966ae95 calculator: add executable calculator
It can both evaluate and print the given expression.

It uses `click` to parse its CLI options.
2020-11-09 11:49:25 +01:00
calculator calculator: add executable calculator 2020-11-09 11:49:25 +01:00
fizzbuzz fizzbuzz: always order fizzbuzzer output words 2019-11-30 12:08:18 +01:00
rover rover: add exception on unknown Commander command 2019-11-28 16:21:40 +01:00