about summary refs log tree commit diff stats
path: root/drawing_tests.lua
Commit message (Collapse)AuthorAgeFilesLines
* stop recording points for arcsKartik K. Agaram2022-06-151-1/+1
| | | | | | It was kinda weird that we were recording the start but not the end. And moving the start point didn't actually affect the arc. Let's see if we actually ever need it.
* all pending manual tests done!Kartik K. Agaram2022-06-141-2/+36
|
* test: undo moving pointKartik K. Agaram2022-06-141-0/+47
|
* test: undo naming a pointKartik K. Agaram2022-06-141-0/+43
| | | | Also ensure we autosave.
* test: autosave after name/move/delete of pointKartik K. Agaram2022-06-141-0/+22
|
* test: autosave after any shapeKartik K. Agaram2022-06-141-0/+26
|
* tests: deleting points/shapesKartik K. Agaram2022-06-141-1/+105
|
* test: moving a pointKartik K. Agaram2022-06-141-0/+40
| | | | | I found some code in the process that seems unreachable. Some chance of a regression here..
* test: naming a pointKartik K. Agaram2022-06-141-0/+35
|
* tests for drawing polygonsKartik K. Agaram2022-06-141-10/+171
|
* more drawing testsKartik K. Agaram2022-06-141-0/+132
|
* start writing some tests for drawingsKartik K. Agaram2022-06-141-0/+30