Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testsuite updates #2043

Merged
merged 2 commits into from
Mar 23, 2024
Merged

testsuite updates #2043

merged 2 commits into from
Mar 23, 2024

Conversation

ellraiser
Copy link
Contributor

  • added some additional checks to check for lua version/jit enabled for use with other repos (namely love potion)
  • graphics tests will now show a third "difference" image if the test fails to help identify what pixels do not match up
  • updated HTML report styling to group each image compare, fix pixel rendering, add hover zoom to comparisons, add collapsible regions (failed modules opened by default), and make pass/fails per module clearer
  • fixed not showing image checks for the 4th compareImg or more in a given test method
  • fixed pixel tolerance usage crashing when looking at images on the boundary
  • fixed compare img not checking the first 2 rows of pixels on the x + y
  • changed examples to include a couple failures so people can see how that would look

- added some additional checks to check for lua version/jit enabled for use with other repos (namely love potion)
- updated HTML report CSS to group each image compare and fix pixel rendering
- fixed not showing image checks for the 4th compareImg or more in a given test method
- fixed pixel tolerance usage crashing when looking at images on the boundary
- fixed compare img not checking the first 2 rows of pixels on the x + y
-graphic tests that fail will now show a third "difference" image to help identify what isn't matching up
@slime73 slime73 merged commit 339c1ac into love2d:main Mar 23, 2024
4 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants