about summary refs log tree commit diff stats
path: root/chessboard-cursor.arc.t
Commit message (Collapse)AuthorAgeFilesLines
* 611 - all tests passing againKartik K. Agaram2015-01-241-5/+3
|
* 598 - clear up a minor mysteryKartik K. Agaram2015-01-211-0/+5
|
* 596Kartik K. Agaram2015-01-211-26/+48
|
* 593 - clean up the raw stdin addressKartik K. Agaram2015-01-181-23/+24
|
* 591Kartik K. Agaram2015-01-181-1/+58
| | | | | I don't remember what exactly we wanted to test in the second move. But we can write it next time we need it.
* 587Kartik K. Agaram2015-01-181-4/+10
|
* 586Kartik K. Agaram2015-01-181-5/+10
| | | | Dump yet another trying-to-be-polymorphic function.
* 585Kartik K. Agaram2015-01-181-7/+7
|
* 584Kartik K. Agaram2015-01-181-18/+0
|
* 582 - first tests for printing to screenKartik K. Agaram2015-01-171-0/+57
|
* 564Kartik K. Agaram2015-01-141-9/+9
|
* 563 - check actual errors during move validationKartik K. Agaram2015-01-141-2/+6
|
* 558 - more chessboard testsKartik K. Agaram2015-01-131-1/+38
|
* 557Kartik K. Agaram2015-01-131-0/+26
|
* 556 - correction: check that *read-move* ran to completionKartik K. Agaram2015-01-131-4/+6
| | | | | Getting the concurrent tests right is still proving difficult. Let's see if things improve with practice.
* 555Kartik K. Agaram2015-01-131-1/+1
|
* 554 - tedious to have to check for routine errors on every forkKartik K. Agaram2015-01-131-0/+4
|
* 552 - timeout for read-move testKartik K. Agaram2015-01-131-1/+1
|
* 551Kartik K. Agaram2015-01-131-1/+1
| | | | Tests force me to extract functions 'read-rank' and 'read-file'.
* 549 - suppress prints in read-moveKartik K. Agaram2015-01-131-0/+1
| | | | | | This is the sort of thing we want to make super easy. But there's a bug at the moment: chessboard prints junk input at second move.
* 547 - hacky initial tests for reading chess movesKartik K. Agaram2015-01-131-0/+49