[code-quality] [pytest-dev] New pytest plugin: pytest-mccabe

Anatoly Bubenkov bubenkoff at gmail.com
Tue Jun 2 10:49:26 CEST 2015


docs lie, it works for python3 :)

On Tue, Jun 2, 2015 at 10:48 AM Florian Bruhin <me at the-compiler.org> wrote:

> * Anatoly Bubenkov <bubenkoff at gmail.com> [2015-06-02 08:41:12 +0000]:
> > there's a pylama project which is a bit buggy at error reporting, but it
> > solves the code checks as a whole, which i appreciate
> >
> > https://github.com/klen/pylama
> >
> > So it general solution for code checks but it's also a pytest plugin
> which
> > includes mccabe checks
> >
> > I use it in several projects
>
> I've seen that, but at least if I can believe the documentation it
> can't run pylint for python 3:
>
>     Pylint isn't supported in Python 3.
>
> Also I really dislike its approach of bundling the checkers instead of
> depending on them ;)
>
> So far, pytest-{pep8,flakes,mccabe} do all I want :)
>
> Florian
>
> --
> http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP)
>    GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc
>          I love long mails! | http://email.is-not-s.ms/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/code-quality/attachments/20150602/a5b0014a/attachment.html>


More information about the code-quality mailing list