PyCQA / flake8-import-order

Flake8 plugin that checks import order against various Python Style Guides
GNU Lesser General Public License v3.0
278 stars 72 forks source link

Refactor test structure #96

Closed pgjones closed 7 years ago

pgjones commented 8 years ago

This refactors the tests into a set of test cases for the various styles alongside separate tests for the flake8 and pylama linters. This includes additional test cases for lexicographic ordering and removes tests that are no longer required.

This structure should be quicker to run given the change from writing files to using in memory (stdin) based checks for the stdlib tests.

This pull request is opened for review and thoughts...