summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2017-11-27Annotate test cases with having castling & checkannotate-castling-and-checkCamil Staps1-7/+11
2017-11-26CleanupCamil Staps2-14/+10
2017-11-26Add Markov chain testCamil Staps3-12/+70
2017-11-25Fix merge problemCamil Staps1-1/+1
2017-11-25Merge branch '2-quickcheck-property-zwart-wit-mag-geen-wit-zwart-stuk-verplaa...Erin van der Veen1-1/+7
2017-11-22Remove illegal movesCamil Staps1-2/+0
2017-11-22Fix random seed & do not shrink for reproducibilityCamil Staps2-10/+13
2017-11-22Pluralise triviality reportsCamil Staps1-1/+1
2017-11-22Add reports on triviality of test casesCamil Staps1-7/+8
2017-11-22Fix prop_dont_touch_my_pieces for caught piecesCamil Staps1-1/+1
2017-11-22Merge branch 'master' of gitlab.science.ru.nl:eveen/Testing-Techniques into 2...Camil Staps1-0/+7
2017-11-22Add prop_dont_touch_my_piecesCamil Staps1-1/+7
2017-11-22Implement Check after own move propErin van der Veen1-0/+7
2017-11-21Don't shrink test cases; this always reduces to the moves '' which gives a ru...Camil Staps1-2/+0
2017-11-20Hotfix for prop_no_pawns_on_1_and_8Camil Staps1-1/+1
2017-11-20Merge branch '5-quickcheck-property-there-can-never-be-a-pawn-on-rank-a-and-h...Erin van der Veen1-1/+7
2017-11-20Merge branch '7-quickcheck-property-if-a-side-was-in-check-before-a-ply-he-sh...Camil Staps1-0/+5
2017-11-20Add sequential check propertyErin van der Veen1-0/+5
2017-11-20nomenclatureCamil Staps1-2/+2
2017-11-20Refactor atAnyStaterefactor-atAnyStateCamil Staps1-6/+1
2017-11-20Merge branch 'master' into 5-quickcheck-property-there-can-never-be-a-pawn-on...Camil Staps1-1/+19
2017-11-20Add prop_no_pawns_on_1_and_8Camil Staps1-1/+7
2017-11-20Fix issues in number of pieces propertyErin van der Veen1-2/+4
2017-11-20Merge remote-tracking branch 'origin/master' into 1-quickcheck-property-niet-...Erin van der Veen1-4/+12
2017-11-20Add number of pieces property testErin van der Veen1-0/+16
2017-11-20Add pieceCoordsCamil Staps1-4/+12
2017-11-20Resolve #3: add property for number of kingsCamil Staps2-1/+17
2017-11-20Made Test.hs for adding propertiesCamil Staps3-109/+119
2017-11-13Add shrink for PGNCamil Staps1-0/+2
2017-11-13Add frequency-based arbitrary move generatorCamil Staps2-1/+7774
2017-10-05Add more testsCamil Staps9-3/+80
2017-10-05Test resultsCamil Staps1-1/+1
2017-10-02Continue with textCamil Staps1-1/+1
2017-10-02Ouput test name instead of filenameErin van der Veen1-2/+3
2017-10-02Print diff upon test failErin van der Veen1-0/+2
2017-10-02Remove Camil's manual test 1.in; Run manual tests automaticallyErin van der Veen2-22/+15
2017-10-01Automated parser testerCamil Staps2-0/+92
2017-09-25Add 10 manual testsErin van der Veen21-0/+3223
2017-09-18Print every state in the game; Create 1 manual test; Remove *.out from .gitig...Erin van der Veen4-63/+760
2017-09-18Print every gamestate to stdout; Add fault test; Add runchess to gitignoreErin van der Veen3-0/+43
2017-09-16Basic wrapperCamil Staps2-0/+65