-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
sometimes I need to implement a method with underscores in its name #76
Comments
Maybe we can relax this rule in files from the test suite. I prefer this generic exception, rather than having to add an ignore markup each time the exception is break. |
I agree that a generic exception would be better. I suppose we could start by relaxing it in test modules and see how many spurious failures remain... |
Also, Hit this on http://twistedmatrix.com/trac/ticket/4804 |
#82 #77 are for attribute names ... not for methods Can you please provide an example code which fails? I tried the following code on master and it does not complain about get_context() method
|
Right now it rejects
but this is accepted
For the case when pyOpenSSL mocks are implemented, I would say that they can be muted using something like For the
the decorator could set up a |
Especially when writing test fakes for 3rd-party code like pyOpenSSL, I need to type
_
in an identifier in a place twistedchecker doesn't like it. We should have a way to quash this warning, at least.The text was updated successfully, but these errors were encountered: