348 Commits

Author SHA1 Message Date
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
Bruce Adams
e967d5dadc Add tests for the Python programs
Adjust 06-the-one/tf-06.py to avoid adding an extra blank line at the
end, so it will pass the tests.
2013-09-24 21:32:22 -04:00
Crista Lopes
26aecfd4a3 Improved README.md for style #16 2013-09-24 08:46:23 -07:00
Crista Lopes
369b80b979 Added style #16. The old and dear AOP. 2013-09-24 08:39:56 -07:00
Crista Lopes
535ae4ed62 Typo 2013-09-23 20:37:44 -07:00
Crista Lopes
f9ae20233d Added style #15. Does this clarify REST? 2013-09-23 20:35:59 -07:00
Crista Lopes
177ed23c16 Added reference to Queneau's Exercises in Style 2013-09-22 17:06:09 -07:00
Crista Lopes
44f9eee806 Minor improvements to readmes. 2013-09-22 16:28:48 -07:00
Crista Lopes
e45dda87d2 Improved style #5's name 2013-09-22 12:46:20 -07:00
Crista Lopes
4ba9a705ce Improved README.md 2013-09-22 12:42:17 -07:00
Crista Lopes
fdfd09326e Added input files 2013-09-22 12:27:08 -07:00
Crista Lopes
f4118e091b Added style #14 2013-09-22 12:26:28 -07:00
Crista Lopes
b8167cd2f5 Added style #13 2013-09-22 12:22:57 -07:00
Crista Lopes
8a5ede5044 Added style #12 2013-09-22 12:17:33 -07:00
Crista Lopes
fb1766e169 Added style #11 2013-09-22 12:07:52 -07:00
Crista Lopes
7b76bde7f7 Added style #10 2013-09-22 12:00:28 -07:00
Crista Lopes
154ba24864 Added style #9 2013-09-22 11:25:41 -07:00
Crista Lopes
e7a60ed269 Added missing style names 2013-09-22 11:11:08 -07:00
Crista Lopes
49655700e1 Added style #8 2013-09-22 11:09:51 -07:00
Crista Lopes
9e4e0d9319 Added style #7 2013-09-22 11:00:08 -07:00
Crista Lopes
f393c471bf Added style #6 2013-09-22 10:46:46 -07:00
Crista Lopes
3d9c89ad57 Added style #5 2013-09-22 10:09:17 -07:00
Crista Lopes
e7fef7ea6e Added style #4 2013-09-22 10:02:59 -07:00
Crista Lopes
91ecd37836 Added style #3 2013-09-22 08:59:26 -07:00
Crista Lopes
3468b95a94 Added style #2 2013-09-22 08:51:35 -07:00
Crista Lopes
27a419e6d2 Changed title in README.md 2013-09-22 08:46:08 -07:00
Crista Lopes
11790919d8 First commit, first style. 2013-09-22 08:44:03 -07:00
crista
6dfc5e1cfe Update README.md 2013-09-22 07:52:25 -07:00
crista
d13a5bca60 Initial commit 2013-09-22 07:50:27 -07:00