flake8/tests/unit
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
..
test_application.py Exit non-zero if something goes wrong during a run 2016-11-12 13:43:49 -06:00
test_base_formatter.py Merge branch 'master' into 'master' 2016-10-25 21:34:43 +00:00
test_checker_manager.py Simplify and speed up multiprocessing 2016-11-29 09:00:33 -08:00
test_config_file_finder.py Fix project config file discovery 2016-07-26 09:37:32 -05:00
test_debug.py Add --bug-report flag to help bug reporters 2016-08-07 12:31:14 -05:00
test_file_checker.py Handle SyntaxErrors after new-lines specially 2016-10-23 07:37:08 -05:00
test_file_processor.py Simplify and speed up multiprocessing 2016-11-29 09:00:33 -08:00
test_filenameonly_formatter.py Do not print the source when provided with -q 2016-11-11 19:06:13 -06:00
test_git.py Change how we apply lazy to the git hook 2016-10-25 05:25:44 -05:00
test_legacy_api.py Add a bunch more legacy API tests 2016-07-19 11:12:51 -05:00
test_merged_config_parser.py Parse hyphenated config names also 2016-06-28 05:47:14 -05:00
test_nothing_formatter.py Do not print the source when provided with -q 2016-11-11 19:06:13 -06:00
test_notifier.py Configure flake8-import-order to use Google Style 2016-06-17 10:26:36 -05:00
test_option.py Configure flake8-import-order to use Google Style 2016-06-17 10:26:36 -05:00
test_option_manager.py Add test for reproducible --version strings 2017-01-21 14:14:59 -06:00
test_plugin.py Actually remove enabled extensions from ignore list 2016-11-09 18:47:57 -06:00
test_plugin_manager.py Configure flake8-import-order to use Google Style 2016-06-17 10:26:36 -05:00
test_plugin_type_manager.py Configure flake8-import-order to use Google Style 2016-06-17 10:26:36 -05:00
test_pyflakes_codes.py Assign missing codes to PyFlakes messages 2016-11-28 10:34:38 -08:00
test_setuptools_command.py Return similarly named, non-submodule modules 2017-01-22 15:00:48 -06:00
test_statistics.py Add more tests around our Statistics class 2016-07-12 19:58:44 -05:00
test_style_guide.py Fix subtle reporting bug for default on plugins 2016-11-15 19:56:18 -06:00
test_trie.py Start documenting our Trie implementation 2016-02-01 20:09:15 -06:00
test_utils.py Handle optional parameters that were never supported 2016-06-28 09:36:24 -05:00