mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
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:
@@ -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) ..
|
||||
|
||||
Reference in New Issue
Block a user