output to src

This commit is contained in:
ell
2023-10-06 00:08:39 +01:00
parent 1692f7f2e8
commit db600b7fb6
6 changed files with 36 additions and 30 deletions
+19 -20
View File
@@ -2,25 +2,24 @@
# v0.2
## Changed
- Added tests for all obj creation, transformation, window + system info graphics methods
- Added half the state methods for graphics + added placeholders for missing drawing methods
- Added TestMethod:assertNotNil() for quick nil checking
- Added time total to the end of each module summary in console log to match file output
- Removed a bunch of unessecary nil checks
- Removed :release() from test methods, collectgarbage("collect") is called between methods instead
- Renamed /output to /examples to avoid confusion
- Replaced love.filesystem.newFile with love.filesystem.openFile
- Replaced love.math.noise with love.math.perlinNoise / love.math.simplexNoise
- Fixed newGearJoint throwing an error in 12 as body needs to be dynamic not static now
- Some general cleanup, incl. better comments and time format in file output
## Todo
- graphics state methods
- graphics drawing methods
- finish graphics state methods
- start graphics drawing methods
- start object methods
- look into XML reader github actions to display results in readme?
dorny/test-reporter@v1.6.0 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
- need a platform: format table somewhere for compressed formats (i.e. DXT not supported)