Commit Graph

78 Commits

Author SHA1 Message Date
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
Crista Lopes
a93c51c221 Added style #17 2013-09-25 07:53:55 -07:00
crista
9dc62ab208 Merge pull request #3 from bruceadams/test-exe
Enhance testing: run all executables
2013-09-24 19:14:03 -07:00
Bruce Adams
5749c2c50f Enhance testing: run all executables
Add a #! line at the beginning of each of the existing Python programs
and change these files to be executable. This sets the stage for having
the test script blindly run anything that is executable, adding support
for testing many programming languages.
2013-09-24 22:09:30 -04:00
crista
4bae21ffbf Merge pull request #2 from bruceadams/pipeline.sh
Add a pipeline version written in Bourne shell
2013-09-24 19:05:39 -07:00
crista
010a53622f Merge pull request #1 from bruceadams/add-tests
Add tests for the Python programs
2013-09-24 19:04:11 -07:00
Bruce Adams
03e41234c3 Add a pipeline version written in Bourne shell 2013-09-24 21:45:05 -04:00