Pablo Andres Fuente
Pablo Andres Fuente
Sadly `doctest` [doesn't support mocking](https://github.com/doctest/doctest/blob/master/doc/markdown/faq.md#is-mocking-supported). As was mentioned in other comments the other option is to subclass and implement all the mocking code by hand in a child class. As...
@akien-mga or @AThousandShips Sadly I don't have a Windows machine to properly debug why my threading unit tests are failing on that platform. Do you know if there is an...
I think I added enough code to provide enough context/information to take a decision on use cpp_mock or not. I'm hopping this could help everyone to get a taste on...
Friendly remainder
Sorry for being insistent on this issue, but I would like to know which approach should we choose, in order to remove the code for the other mock implementation.
I'm still interested on getting this PR merged, so I would like to know if the approach of using a mocking library it's OK. As I mentioned earlier, I just...
Pushed the latest `master` changes to keep this PR up to date
I addressed all the requested changes
@Calinou I addressed all the requested changes
`PackedByteArray` already have those: `encode_half` binded [here](https://github.com/godotengine/godot/blob/master/core/variant/variant_call.cpp#L2431) and implemented [here](https://github.com/godotengine/godot/blob/master/core/variant/variant_call.cpp#L1002) `decode_half` binded [here](https://github.com/godotengine/godot/blob/master/core/variant/variant_call.cpp#L2411) and implemented [here](https://github.com/godotengine/godot/blob/master/core/variant/variant_call.cpp#L840)