flake8/tests/unit
Lukasz Langa 01c0c648e1 Only require Mock on Python 3.4 and older. Use the builtin one elsewhere.
Mock 2.0 is using pbr which is hostile to environments without network access.
It's not required on Python 3.5+ so I made it possible to use `unittest.mock`
on this version.

Updated tox.ini to reflect this. Tested with 2.7.11, 3.3.6, 3.4.5, and 3.5.2 on
macOS 10.12.1 with tox and pyenv.
2016-11-27 15:13:30 -08:00
..
test_application.py Only require Mock on Python 3.4 and older. Use the builtin one elsewhere. 2016-11-27 15:13:30 -08:00
test_base_formatter.py Only require Mock on Python 3.4 and older. Use the builtin one elsewhere. 2016-11-27 15:13:30 -08:00
test_checker_manager.py Only require Mock on Python 3.4 and older. Use the builtin one elsewhere. 2016-11-27 15:13:30 -08:00
test_config_file_finder.py Only require Mock on Python 3.4 and older. Use the builtin one elsewhere. 2016-11-27 15:13:30 -08:00
test_debug.py Only require Mock on Python 3.4 and older. Use the builtin one elsewhere. 2016-11-27 15:13:30 -08:00
test_file_checker.py Only require Mock on Python 3.4 and older. Use the builtin one elsewhere. 2016-11-27 15:13:30 -08:00
test_file_processor.py Only require Mock on Python 3.4 and older. Use the builtin one elsewhere. 2016-11-27 15:13:30 -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 Only require Mock on Python 3.4 and older. Use the builtin one elsewhere. 2016-11-27 15:13:30 -08:00
test_legacy_api.py Only require Mock on Python 3.4 and older. Use the builtin one elsewhere. 2016-11-27 15:13:30 -08:00
test_merged_config_parser.py Only require Mock on Python 3.4 and older. Use the builtin one elsewhere. 2016-11-27 15:13:30 -08: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 Only require Mock on Python 3.4 and older. Use the builtin one elsewhere. 2016-11-27 15:13:30 -08:00
test_option_manager.py Only require Mock on Python 3.4 and older. Use the builtin one elsewhere. 2016-11-27 15:13:30 -08:00
test_plugin.py Only require Mock on Python 3.4 and older. Use the builtin one elsewhere. 2016-11-27 15:13:30 -08:00
test_plugin_manager.py Only require Mock on Python 3.4 and older. Use the builtin one elsewhere. 2016-11-27 15:13:30 -08:00
test_plugin_type_manager.py Only require Mock on Python 3.4 and older. Use the builtin one elsewhere. 2016-11-27 15:13:30 -08:00
test_statistics.py Add more tests around our Statistics class 2016-07-12 19:58:44 -05:00
test_style_guide.py Only require Mock on Python 3.4 and older. Use the builtin one elsewhere. 2016-11-27 15:13:30 -08:00
test_trie.py Start documenting our Trie implementation 2016-02-01 20:09:15 -06:00
test_utils.py Only require Mock on Python 3.4 and older. Use the builtin one elsewhere. 2016-11-27 15:13:30 -08:00