Files
love/testing/todo.md
T
ell 04293d3fbd use love-test-report action
added md support to work with love-test-report, a basic action made to just dump md files into repo checks
2023-10-06 13:26:51 +01:00

637 B

/Applications/love_12.app/Contents/MacOS/love ./testing

Todo

  • check test runs for windows setup
  • add runs for linux + ios?
  • finish graphics state methods
  • start graphics drawing methods
  • start object methods
  • some joystick/input stuff could be at least nil checked maybe?
  • pass in err string returns to the test output maybe even assertNotNil could use the second value automatically test:assertNotNil(love.filesystem.openFile('file2', 'r')) wouldn't have to change
  • need a platform: format table somewhere for compressed formats (i.e. DXT not supported) could add platform as global to command and then use in tests?