Detect naming typos (AttributeError) in function names

Dieter Maurer dieter at handshake.de
Mon Nov 6 13:11:41 EST 2023


c.buhtz at posteo.jp wrote at 2023-11-6 12:47 +0000:
>I would like to know how to detect (e.g. via a linter) typos in function
>names imported from another module.

One option is a test suite (--> Python's "unittest" package)
with a sufficiently high coverage (near 100 %).


More information about the Python-list mailing list