Le 03/09/2018 à 10:29, Victor Stinner a écrit :
Le sam. 1 sept. 2018 à 04:24, Brett Cannon <brett@python.org> a écrit :
Tell me if you want to join!
Sure, why not!
You are now invited.
By the way, there are now 2 repositories and I don't want to have to manage permissions per repository, so I created a new "pythoncapi" team which has write access to pythoncapi and cpython repositories. Maybe I made some mistakes when I chose permissions.
I quickly experimented to write my own C unit test framework, but I'm not really satisfied of the "verbose" API. I'm looking at googletest and Check, does someone have an experience with a C unit test framework?
I have used Catch, but that's C++.
A friend (who works for Google) told me about googletest but it seems to have multiple dependencies and designed for C++: https://github.com/google/googletest
I don't know Catch or Check, but googletest isn't terrific anyway. It's mostly a bunch of macros. It's a much less pleasant experience than Python's unittest.
Regards
Antoine.