|
@@ -6,20 +6,12 @@
|
|
|
- finish graphics state methods
|
|
|
- start graphics drawing methods
|
|
|
- start object methods
|
|
|
-- look into XML reader github actions to display results in readme?
|
|
|
- dorny/[email protected] seems to do it
|
|
|
- would need to run the tests first then could use it like:
|
|
|
-
|
|
|
- - name: Run Tests
|
|
|
- - run: PATH_TO_BUILT_APP ./testing --runAllTests
|
|
|
- - name: Test Report
|
|
|
- uses: dorny/test-reporter@v1
|
|
|
- with:
|
|
|
- name: Test Output
|
|
|
- path: output/*.xml
|
|
|
- reporter: jest-junit
|
|
|
-
|
|
|
- and d. check format: https://github.com/testmoapp/junitxml
|
|
|
+- 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?
|