Commit Graph

84 Commits

Author SHA1 Message Date
crista
7dcafa583e Update README.md 2013-09-30 07:32:48 -07:00
Crista Lopes
42019f8f44 Added good-old-times style, #1 2013-09-30 07:30:33 -07:00
crista
fd2741fcca Merge pull request #6 from jmaccabe/master
Updated the test framework
2013-09-28 05:08:00 -07:00
jmaccabe
ac01772b18 Remove cruft
Delete lingering file from old pull.
2013-09-28 04:14:02 -04:00
jmaccabe
71a73673ac Marking executable
Marking some of the new tests executable for the test suite.
2013-09-28 04:11:14 -04:00
jmaccabe
6fac456bf7 Another autorun
Added autorun to 33.
2013-09-28 04:09:46 -04:00
jmaccabe
30b22f3db8 More test suite tweaks
Added an ugly hack for 16 and 17 to pass.
2013-09-28 03:52:36 -04:00
jmaccabe
69e590b851 Autorun for test expecting input
Added autorun file for 15 so test suite could continue.
2013-09-28 03:52:35 -04:00
jmaccabe
c180b16495 Added metrics
Keep track of time for each test and the full suite.
2013-09-28 03:52:35 -04:00
crista
9b2b5af7a5 Update README.md 2013-09-27 20:16:43 -07:00
crista
220044a908 Update README.md 2013-09-27 20:16:24 -07:00
crista
700a3e2b47 Update README.md 2013-09-27 20:15:54 -07:00
crista
7ff28fe635 Update README.md 2013-09-27 20:15:38 -07:00
crista
5d6b83dc76 Update README.md 2013-09-27 20:15:17 -07:00
crista
6c9507cdeb Update README.md 2013-09-27 20:14:56 -07:00
crista
6de6a7fa85 Update README.md 2013-09-27 20:14:38 -07:00
crista
cb296a28ec Update README.md 2013-09-27 20:14:01 -07:00
crista
e6179fafe7 Update README.md 2013-09-27 20:13:42 -07:00
crista
caf355198c Update README.md 2013-09-27 20:13:16 -07:00
crista
052dfb0651 Update README.md 2013-09-27 20:12:58 -07:00
crista
c013396ed9 Update README.md 2013-09-27 20:12:41 -07:00
crista
9543598ad8 Update README.md 2013-09-27 20:12:20 -07:00
crista
d7af600636 Update README.md 2013-09-27 20:11:55 -07:00
crista
95389e864c Update README.md 2013-09-27 20:11:34 -07:00
crista
6f5f66f466 Update README.md 2013-09-27 20:11:13 -07:00
crista
1c165ca62c Update README.md 2013-09-27 20:10:41 -07:00
Crista Lopes
048671f404 Updated the name of tf-06.sh 2013-09-27 20:09:26 -07:00
crista
c7f8cd5152 Update README.md 2013-09-27 20:08:37 -07:00
crista
216b2a82bf Update README.md 2013-09-27 20:08:06 -07:00
crista
9a5812125d Update README.md 2013-09-27 20:07:50 -07:00
crista
c0a5cfd382 Update README.md 2013-09-27 20:07:23 -07:00
Crista Lopes
4633890289 Added style #22 2013-09-27 12:01:14 -07:00
Crista Lopes
08539ca0e0 Changed numbers all over, so that the progression is more natural 2013-09-27 09:05:36 -07:00
Crista Lopes
c040c38973 Added style #21. Another true story. 2013-09-25 20:47:50 -07:00
Crista Lopes
72a283a663 Removed extra comments in #19 2013-09-25 20:25:12 -07:00
Crista Lopes
aa54d93746 One more defense in style #19 2013-09-25 19:09:24 -07:00
Crista Lopes
88a9cfaa3e Added style #20 2013-09-25 19:01:16 -07:00
Crista Lopes
0958462716 Merge branch 'master' of https://github.com/crista/exercises-in-programming-style 2013-09-25 17:57:53 -07:00
crista
7a329e2ee3 Merge pull request #5 from whit537/master
Give better comparison for test failure
2013-09-25 17:57:26 -07:00
Crista Lopes
280248efbb Merge branch 'master' of https://github.com/crista/exercises-in-programming-style 2013-09-25 17:55:45 -07:00
Crista Lopes
084de0aefe Added style #19. True story. 2013-09-25 17:55:23 -07:00
Chad Whitacre
d8993ac9fe Give better comparison for test failure
diff is pretty unreadable. Here's a column comparison.
2013-09-25 20:41:19 -04:00
crista
c32e28682b Merge pull request #4 from whit537/master
improve the test framework a bit
2013-09-25 17:34:44 -07:00
Chad Whitacre
27946113ba Add initial doco of test.sh 2013-09-25 20:19:48 -04:00
Chad Whitacre
740a1cd04b Wrap README at 80 chars 2013-09-25 20:18:20 -04:00
Chad Whitacre
7f28c7e434 Add an arg to test.sh, for the style number
Now you can do `./test/test.sh 18` or `./test.sh 18`.
2013-09-25 20:14:03 -04:00
Chad Whitacre
19f91cd6a2 Make two tf scripts executable that weren't
test.sh checks for this, so these two weren't being tested.
2013-09-25 20:07:54 -04:00
Chad Whitacre
b89f438108 Don't care where test.sh is run from
We were trying to run ./test/test.sh and it didn't work because test.sh
assumed we were in ./test/. This change moves into ./test/ for us.
2013-09-25 19:54:42 -04:00
Crista Lopes
e02996f6e0 sys.stdout.flush solves the issue of the restful program seemingly blocking 2013-09-25 11:00:16 -07:00
Crista Lopes
64eaa50383 Added style #18. Srsly. 2013-09-25 10:45:23 -07:00