Skip to content

Commit

Permalink
No infinite loop testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKubuszok committed Apr 22, 2015
1 parent 8bd9751 commit 93e7426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Known issues
===

* `gameplay.clj` module lacks tests,
* there is no option to skip *skat* swapping,
* AI player is not implemented.
4 changes: 3 additions & 1 deletion test/skat/gameplay_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,6 @@
(is (= 18 (:bid result3)))
(is (= 96 (:game-value result3))))))))

(comment start-game-test)
(deftest start-game-test
(testing "Whole game finish at some point"
(start-game mock-driver)))

0 comments on commit 93e7426

Please sign in to comment.