Nullpointer
Nullpointer
The problem is that if a test hangs for some unknown reason, it must be possible to cancel the test execution. Otherwise, this would mean I would have to close...
Hi @dreed-sd, yes this is intended. Test are not discovered by default like in .NET explorer in VSC. I can just add a new option to enable real-time test discovering....
Just to understand, you are using the GdUnit4 c# API in vscode? I am working on a test adapter to GdUnit4 that can be used with .NET explorer. 
> No we are just using GdScript with VSCode Ok, so you are using GDScript in VS Code, the upcoming .NET explorer will only recognize C# tests. It is actually...
Well, primarily, I would see the Godot Editor for GDScripts. VS/Studio/Code should rather be used for C# scripts. The Godot-plugin GdUnit4 supports both GDScripts and c# test execution. The upcoming...
Moved to milestone v4.3.0 it will be a bigger change set and needs a UI redesign.
> Ok thanks. We use VSCode because it's a superior code editor. The built-in Editor is great, but VSCode is just a much better experience. if you want to support...
Hello, I am back from vacation. As the issue describes, core functions are current not possible to override, this is how GDScript 2.0 now works. Custom functions should still be...
if you found such issues about mocking please create an new bug issue with steps to reproduce, this will help me to shedule the fix. Thanks
Thanks for your feedback, that is very valuable for me. Mocking and Spy is not offered by GdUnit for the C# version because there are already enough mock frameworks for...