On 11/11/21 9:35 PM, Christopher Barker wrote: > Matt del Valle wrote:
>> So perhaps we could narrow the scope of this down to just adding snake_case aliases to the logging and >> unittest modules [...] > > The reason those are spelled that way is because they are ported from Java. > > And IMHO that “Java flavor” is a bigger issue than just the names. It’s the whole structure. So if we’re > going to touch those, let’s make a Pythonic API, with PEP 8 compliant names, instead :-) Besides the names, what are the issues? And are those issues covered by pytest, etc? unittest is the first (and only) testing framework I have ever used, so any info is appreciated. -- ~Ethan~ _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/5SX3FO4OVPWGOH6C2E32PNX5YOBAAXMJ/ Code of Conduct: http://python.org/psf/codeofconduct/
