pylint-bot / test

0 stars 0 forks source link

Develop consistent idioms for doing things like looking up names in builtins, parsing code, etc. #244

Open pylint-bot opened 8 years ago

pylint-bot commented 8 years ago

Originally reported by: BitBucket: ceridwenv, GitHub: @ceridwen?


Currently, especially in the tests, there a bunch of different helper functions and a bunch of different ways for doing common things like parsing code into astroid ASTs, finding names in the builtins, and so on. We should try to pick one idiom, preferably simple one, and use it everywhere.


pylint-bot commented 8 years ago

Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore?):


Yep, that would be nice.