On Sat Apr 22 17:32:25 2023 +0000, Nikolay Sivov wrote:
I think this is the only part we need to keep for format specific tests. The rest could stay in test_sink_writer().
OK, so we create a new function which accept a format argument. Then move this part to the new function.
What should the 2 functions' name be? What abount naming the old function which contains creation tests to test_sink_writer_create(), and the new one to test_sink_writer()?