Butch Wesley

Results 309 comments of Butch Wesley

Five GUT test scripts that triggered new warning ``` res://test/unit/test_test.gd res://test/unit/test_awaiter.gd res://test/unit/test_test_await_methods.gd res://test/unit/test_stubber.gd res://test/integration/test_stubbing_accessors.gd ``` ``` WARNING: [GUT] Treating res://test/unit/test_test.gd as test script: GUT was not able to retrieve information...

It appears to be monitor related on Mac at least. I haven't tested Windows yet. I'm using an external monitor connected by HDMI cable. Scenario 1 If the dock is...

Tested on window 10 I was able to get the tests to fail when project loaded on the "primary monitor". I was able to get repeatable results by changing the...

I like this idea, and that factorio link was a good read. Technically, I think this is possible now. I think a formal solution would be great to have and...

I just saw that you're already using the test_collector. Nice!

Please share what you come up with, or if you need anything. If you come up with a generic solution, this might be something that could be it's own plugin....

Nice! > One question. I started using prints because the gut logger didn't work in the pre-run hook. Is it supposed to do that? This appears to be a bug....

Git is the worst. It's the best, but, it is the worst. That being said, you would end up with conflicts regardless of the version control system you use. Files...

> similar to [Kotest's extensions system](https://kotest.io/docs/framework/extensions/extensions-introduction.html). Interesting. If nothing else, I think we should lobby Godot to allow us to use `fun` instead of `func`. `override suspend fun`...does that mean...