Commit Graph

11 Commits

Author SHA1 Message Date
Derek Gustafson
8dfe195254 Switch test runner from unnittest to pytest. 2016-12-06 15:49:30 +00:00
Claudiu Popa
ec09cc7578 Even more granular copyrights (thanks to copyrite) 2016-07-23 00:22:28 +03:00
Claudiu Popa
211d81f84f Keep a consistent copyright notice across the board.
This was changed automatically in #894, but apparently
we need to have the copyright notice somewhere.
2016-07-19 17:42:07 +03:00
Claudiu Popa
16fc64edd5 Use astroid.extract_node instead of test_utils.extract_node 2016-06-29 17:32:16 +01:00
Claudiu Popa
8322781baa Add the new shorter license header, including to missing files. Close #894. 2016-06-01 16:25:07 +01:00
Claudiu Popa
7378c72503 Update pylint to use the new astroid AST names and methods
Also improve a couple of imports and added support for the
old visit_ names. Priority will have the old visit_ names, such
as visit_discard over visit_expr, visit_callfunc over visit_call
etc.
2015-08-25 21:06:19 +03:00
Claudiu Popa
29f2aa84f2 Use astroid.YES instead of using it from astroid.bases (it was moved anyway) 2015-08-11 00:09:46 +03:00
Claudiu Popa
981829d451 Update pylint to use the new astroid.parse, not testutils.build_module. 2015-07-13 23:28:24 +03:00
Claudiu Popa
d67554aa3a Fix failing test, due to how tox (or drone.io) works: there are multiple copies of pylint installed in different places. 2015-07-03 15:56:09 +03:00
Claudiu Popa
ada4ef8855 New imported features from astroid into pyreverse.
We moved pyreverse.inspector.Project, pyreverse.inspector.project_from_files
and pyreverse.inspector.interfaces. These were moved since they didn't belong in astroid
and they can be better maintained inside pyreverse itself.
2015-07-03 15:18:22 +03:00
Claudiu Popa
dc124624f3 Import astroid inspector to pyreverse.inspector. 2015-06-17 22:23:38 +03:00