Commit Graph

27 Commits

Author SHA1 Message Date
emilybache
8462f38fe2 updated to newer version of C# tennis with better instructions 2013-02-08 14:32:55 +01:00
emilybache
c2d3a90bc9 C# version now available in cyber-dojo 2013-02-05 08:08:45 +01:00
emilybache
e2a9c5468d C sharp translation of Tennis kata 2013-02-01 15:38:54 +01:00
emilybache
2e7e36eda1 tweak of url, so instructions will be correct 2012-12-10 14:49:40 +01:00
emilybache
7e52c0ddfe test cases and code that work in cyber-dojo 2012-12-10 14:49:20 +01:00
emilybache
5c951978d7 removed these since I switched over to the cyber-dojo structure 2012-12-10 14:49:09 +01:00
emilybache
b2687a855d Added the C++ version in cyberdojo 2012-12-10 14:43:11 +01:00
emilybache
810ebd7d7e generate test cases for cyber-dojo 2012-12-10 14:35:53 +01:00
emilybache
91630a3a34 convert tabs to spaces 2012-12-10 14:35:09 +01:00
emilybache
690a14e482 improved the cyber-dojo links 2012-12-10 13:48:13 +01:00
emilybache
980953d974 Added links to some cyber-dojo instances 2012-12-07 21:12:59 +01:00
emilybache
8e3bd6076f converted tabs to spaces 2012-12-07 21:10:59 +01:00
emilybache
1b30d88dbd First attempt at a ruby version of this kata 2012-12-07 19:10:05 +01:00
emilybache
7333fc844e added encoding. Decided itertools.zip_longest was overkill, refactored to use simpler method. 2012-11-21 11:11:46 +01:00
emilybache
1cf0963de5 made the test code more realistic - have each player score a point in turn instead of all at once. 2012-11-21 10:59:47 +01:00
emilybache
52fb51eede Fixed an issue where the tests weren't really doing a realistic game. Now the players exchange points instead of one player scoring all theirs, and the other player scoring all theirs. 2012-11-21 10:48:38 +01:00
emilybache
f416ee371a Updated the README files to markdown, improved the instructions. 2012-10-12 16:17:59 +02:00
emilybache
406fac2681 Added test case for unittest which is in the standard library, and therefore more people have it. It's a less good test though, because it is not properly parameterized. 2012-10-09 15:51:08 +02:00
Samuel Ytterbrink
d041b1ea8b Changed the method to use the built in pytest.mark.parametrize 2012-06-25 13:43:33 +02:00
Samuel Ytterbrink
c6e4fbd20b Fixed import error, by aliasing one off the impls. 2012-06-25 13:37:12 +02:00
Emily Bache
926f8a2686 On closer examination of the rules I notice Forty-All should in fact be Deuce 2012-01-04 19:52:03 +01:00
Emily Bache
34b36ec3f2 remove codersdojo run-endless.sh since we've taken away .meta already 2012-01-04 09:55:21 +01:00
Emily Bache
8cec10477c Merge branch 'master' of github.com:emilybache/Refactoring-Katas 2012-01-04 09:53:49 +01:00
Emily Bache
16079c8f9f version of three exercises, in c++ 2012-01-04 09:53:16 +01:00
Fredrik Wendt
33fa98f175 added test and fix - player's names weren't used 2011-10-07 00:50:32 +02:00
Emily Bache
0b77db28e9 no need to store pyc files in repo 2011-08-24 11:10:27 +02:00
Emily Bache
d70ce44c5f first commit 2011-08-24 11:08:32 +02:00