On Mon Jan 30 12:30:54 2023 +0000, Huw Davies wrote:
I think it would make sense to also test the `COINT_MULTITHREADED` case, perhaps by calling this function twice with a `flags` parameter. It would also make sense to split the tests off to a separate commit, before the implementation change, with appropriate `todo_wine`s which would get removed in the second commit.
I've added a `flags` parameter, and created a separate commit that adds the test with `todo_wines` in front of the `ok` check.