RL_Matrix icon indicating copy to clipboard operation
RL_Matrix copied to clipboard

Introduce Test Driven Development!

Open GeorgeS2019 opened this issue 2 years ago • 2 comments

It is now possible to do Test Driven Development using VS2022 to create Gym 2D and 3D RL environments for testing

using the latest gdUnit4API TestAdaptor on VS2022

Z0nhScGr3J

GeorgeS2019 avatar Feb 21 '24 16:02 GeorgeS2019

Sounds like something I need especially since when introducing changes I can break learning for some use-cases and unit tests wont catch it - only benchmarks.

asieradzk avatar Mar 01 '24 09:03 asieradzk

C# (Scene) Test-Driven-Development (TDD) using Godot4 in VS2022

https://youtu.be/JLI0cIYMgr0

using the latest gdUnit4API TestAdaptor from @MikeSchulze

https://github.com/godotengine/godot-proposals/assets/49812372/72bb91a1-dd1c-4467-8d07-3b0d3beadd4b

GeorgeS2019 avatar Mar 12 '24 08:03 GeorgeS2019