A place to dump various TDD katas and testing experiments using Python
Go to file
Bruno BELANYI f103adddac calculator: add an evaluation visitor
The `calculator.eval` module defines an `Evaluator` visitor for the AST
hierarchy.
2019-11-30 15:21:42 +01:00
calculator calculator: add an evaluation visitor 2019-11-30 15:21:42 +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