finish graphics module + HTML image comparison

- added mostly all graphics draw tests
- added a basic set of "expected" images (generated from successful tests)
- HTML output now shows the expected vs actual generated images for each of the graphics tests applicable
This commit is contained in:
ell
2023-10-09 22:32:41 +01:00
parent add23a4ab0
commit f477b8085f
49 changed files with 366 additions and 32 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ TestModule = {
if self.failed == 0 then status = '🟢' end
-- add md row to main output
love.test.mdrows = love.test.mdrows .. '| ' .. status ..
' love.' .. self.module ..
' ' .. self.module ..
' | ' .. tostring(self.passed) ..
' | ' .. tostring(self.failed) ..
' | ' .. tostring(self.skipped) ..