-
Notifications
You must be signed in to change notification settings - Fork 40
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
Lexer testing #75
Lexer testing #75
Conversation
Made a testing function that can take an indeterminate amount of dicts and test them all.
Hello @CodeScratcher! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2020-11-28 14:20:56 UTC |
This pull request introduces 2 alerts when merging 78c595d into 43de215 - view on LGTM.com new alerts:
|
if not (a[0].startswith("__") and a[0].endswith("__")) | ||
] | ||
] | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Though a work of art, those comprehensions will give me nightmares while reading the source again. Could you use normal loops? Thank You!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@CodeScratcher merging |
I think this testing for the lexer should be good!