Решение на Game of Life от Анонимен Потребител 1
Обратно към всички решения
Към профила на Анонимен Потребител 1
Резултати
- 5 точки от тестове
- 0 бонус точки
- 5 точки общо
- 7 успешни тест(а)
- 7 неуспешни тест(а)
Код
Лог от изпълнението
PASS
ok _/tmp/d20160126-5892-134x1kc 0.006s
PASS
ok _/tmp/d20160126-5892-134x1kc 0.006s
--- FAIL: TestCreatingEmptyBoard (0.00s)
solution_test.go:77: Error decoding json: unexpected end of JSON input
FAIL
exit status 1
FAIL _/tmp/d20160126-5892-134x1kc 0.007s
PASS
ok _/tmp/d20160126-5892-134x1kc 0.008s
--- FAIL: TestGenerationCounting (0.00s)
solution_test.go:157: error unmarshaling generation status: unexpected end of JSON input
Full response:
FAIL
exit status 1
FAIL _/tmp/d20160126-5892-134x1kc 0.026s
--- FAIL: TestBoardReset (0.00s)
solution_test.go:180: Expected clearing the board to respond with 204 but it was 200
solution_test.go:186: error unmarshaling generation status: unexpected end of JSON input
Full response:
FAIL
exit status 1
FAIL _/tmp/d20160126-5892-134x1kc 0.007s
--- FAIL: TestAddingCells (0.00s)
solution_test.go:225: Expected status Created but it was 200 with response:
solution_test.go:231: Error getting generation status: error unmarshaling generation status: unexpected end of JSON input
Full response:
FAIL
exit status 1
FAIL _/tmp/d20160126-5892-134x1kc 0.007s
--- FAIL: TestWrongHTTPMethods (0.00s)
solution_test.go:300: Expected method not allowed (405) for GET /generation/evolve/ but it was 200
solution_test.go:300: Expected method not allowed (405) for PUT /generation/evolve/ but it was 200
solution_test.go:300: Expected method not allowed (405) for DELETE /generation/evolve/ but it was 200
solution_test.go:300: Expected method not allowed (405) for POST /generation/ but it was 200
solution_test.go:300: Expected method not allowed (405) for PUT /generation/ but it was 200
solution_test.go:300: Expected method not allowed (405) for DELETE /generation/ but it was 200
solution_test.go:300: Expected method not allowed (405) for GET /cells/ but it was 200
solution_test.go:300: Expected method not allowed (405) for PUT /cells/ but it was 200
solution_test.go:300: Expected method not allowed (405) for DELETE /cells/ but it was 200
solution_test.go:300: Expected method not allowed (405) for GET /reset/ but it was 200
solution_test.go:300: Expected method not allowed (405) for PUT /reset/ but it was 200
solution_test.go:300: Expected method not allowed (405) for DELETE /reset/ but it was 200
solution_test.go:300: Expected method not allowed (405) for POST /cell/status/ but it was 200
solution_test.go:300: Expected method not allowed (405) for PUT /cell/status/ but it was 200
solution_test.go:300: Expected method not allowed (405) for DELETE /cell/status/ but it was 200
FAIL
exit status 1
FAIL _/tmp/d20160126-5892-134x1kc 0.010s
--- FAIL: TestWrongURLs (0.00s)
solution_test.go:324: Did not receive Not Found (404) but 200 for /some/url/
solution_test.go:324: Did not receive Not Found (404) but 200 for /other/
solution_test.go:324: Did not receive Not Found (404) but 200 for /does/not/exists/
FAIL
exit status 1
FAIL _/tmp/d20160126-5892-134x1kc 0.007s
PASS
ok _/tmp/d20160126-5892-134x1kc 0.008s
--- FAIL: TestBoardEvolutionBasicRules (0.00s)
solution_test.go:727: Expected cell [1 1] to be dead in test "Dies of underpopulation"
solution_test.go:716: Expected cell [1 0] to be alive in test "Alive if has enough neighbours"
FAIL
exit status 1
FAIL _/tmp/d20160126-5892-134x1kc 0.010s
PASS
ok _/tmp/d20160126-5892-134x1kc 0.010s
PASS
ok _/tmp/d20160126-5892-134x1kc 0.012s
PASS
ok _/tmp/d20160126-5892-134x1kc 0.058s
История (5 версии и 3 коментара)
Антоан обнови решението на 17.01.2016 01:16 (преди над 2 години)
Антоан обнови решението на 18.01.2016 01:05 (преди над 2 години)
Антоан обнови решението на 18.01.2016 01:13 (преди над 2 години)
Антоан обнови решението на 18.01.2016 01:19 (преди над 2 години)
Антоан обнови решението на 26.01.2016 12:24 (преди над 2 години)