grappa-py / grappa

Behavior-oriented, expressive, human-friendly Python assertion library for the 21st century
http://grappa.rtfd.io
MIT License
134 stars 15 forks source link

How to handle pylint expression-not-assigned #57

Closed akoidan closed 3 years ago

akoidan commented 4 years ago

After research I didn't find any way to disable pylint expression-not-assigned that reports on all grappa bdd syntax like this:

response.status_code | should.be.equal.to(401)

I just end up disabling # pylint: disable=W0106 at start of all test files. Is there a better way to handle it?

I would also like to add that part on grappa README.

h2non commented 4 years ago

Happy to merge a PR adding that note in the README?