diff --git a/testing/classes/TestMethod.lua b/testing/classes/TestMethod.lua index 0294756e3..7ef97ec81 100644 --- a/testing/classes/TestMethod.lua +++ b/testing/classes/TestMethod.lua @@ -309,7 +309,7 @@ TestMethod = { output = self.result.key .. ' ' .. self.result.message end if output == '' and self.skipped == true then - failure = '\t\t\t\n' output = self.skipreason end diff --git a/testing/todo.md b/testing/todo.md index 1a9e28a8d..e64f5e165 100644 --- a/testing/todo.md +++ b/testing/todo.md @@ -1,17 +1,15 @@ `/Applications/love_12.app/Contents/MacOS/love ./testing` -# v0.2 - ## Todo +- fix XML format +- 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? -- add test run for linux, windows, + ios builds - 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? + could add platform as global to command and then use in tests? \ No newline at end of file