-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Integration tests migration to pytest framework #1293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
e456d1a
5569644
c2ed222
c65c400
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
[TYPECHECK] | ||
ignored-classes=SyncManager,_socketobject | ||
generated-members=py.* | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What does this do? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The
This is the same issue reported here. Adding this option to pylint just silences this error. This will be temporary anyway, as I explain below. |
||
|
||
[MESSAGES CONTROL] | ||
disable=E1129 |
Uh oh!
There was an error while loading. Please reload this page.