flake8/tests
Ian Cordasco 9f8dfd924a
Return similarly named, non-submodule modules
In our setuptools integration command, we were attempting to avoid
checking each submodule in the packages list. This was done without
recognizing that two modules may start with the same prefix, e.g.,

- foo
- foo_bar
- foo_biz

In this case, we only ever checked ``foo``. By appending a '.' to the
end of each package name, we avoid this since we only care about
deduplicating submodules, e.g.,

- foo
- foo.sub
- foo.sub.sub

Closes #295
2017-01-22 15:00:48 -06:00
..
fixtures Handle SyntaxErrors after new-lines specially 2016-10-23 07:37:08 -05:00
integration Enable users who want to track all files processed 2016-12-20 19:08:11 -06:00
unit Return similarly named, non-submodule modules 2017-01-22 15:00:48 -06:00
conftest.py Add a docstring to conftest 2016-01-10 13:15:25 -06:00