about summary refs log tree commit diff stats
path: root/test.lua
Commit message (Collapse)AuthorAgeFilesLines
* show another detail on test failureKartik K. Agaram2023-01-201-1/+1
|
* deduce test names on failuresKartik K. Agaram2023-01-201-12/+3
|
* compare nested tablesKartik K. Agaram2022-11-301-2/+2
|
* selecting text and deleting selectionsKartik K. Agaram2022-05-291-0/+8
| | | | | | I've written a few tests for delete_selection, but the way different operations initialize the selection seems fairly standard and not worth testing so far.
* basic test-enabled frameworkKartik K. Agaram2022-05-221-0/+39
Tests still have a lot of side-effects on the real screen. We'll gradually clean those up.