Hi,
(first of all, sorry for the cross-posting, but I can't decide on which
list this belongs - at least I resisted sending it to the TIP list
too :P)
I recently started switching from flake8[1] to pytest-pep8[2] and
pytest-flakes[3], but missed a way to run the mccabe[4] code
complexity checker.
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
On Tue, Ju
* Anatoly Bubenkov [2015-06-02 08:41:12 +]:
> 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
> i
docs lie, it works for python3 :)
On Tue, Jun 2, 2015 at 10:48 AM Florian Bruhin wrote:
> * Anatoly Bubenkov [2015-06-02 08:41:12 +]:
> > 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
Hello,
as i am giving a keynote at EuroPython 2015 in Bilbao and want to do a
little workshop in connection with it, I'd rather not do the pytest
training which also got accepted.
Is anybody here interested to give the 3h pytest training using my
materials? I'd then ask the EP organizers to wa