Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreafrancia/game-of-life-test
Acceptance Test for the Game of Life Kata
https://github.com/andreafrancia/game-of-life-test
Last synced: about 1 month ago
JSON representation
Acceptance Test for the Game of Life Kata
- Host: GitHub
- URL: https://github.com/andreafrancia/game-of-life-test
- Owner: andreafrancia
- Created: 2012-03-27T22:48:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-27T23:07:18.000Z (almost 13 years ago)
- Last Synced: 2024-10-15T07:55:17.848Z (3 months ago)
- Language: Shell
- Homepage: http://codingdojo.org/cgi-bin/wiki.pl?KataGameOfLife
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Test di accettazione per il Game of Life
========================================Per avviare il test::
./testQuando passa non dice niente e l'EXIT code é 0, esempio:
$ ./test ./fake
$ echo $?
0Quando non passa riporta le differenze:
$ ./test ./fake-bad
--- - 2012-03-28 01:03:00.000000000 +0200
+++ /dev/fd/63 2012-03-28 01:03:00.000000000 +0200
@@ -1,6 +1,6 @@
Generation 2:
4 8
........
-...**...
-...**...
+........
+........
........
$ echo $?
1-EOF