PythonExtra/tests/internal_bench
David Lechner 3dc324d3f1 tests: Format all Python code with black, except tests in basics subdir.
This adds the Python files in the tests/ directory to be formatted with
./tools/codeformat.py.  The basics/ subdirectory is excluded for now so we
aren't changing too much at once.

In a few places `# fmt: off`/`# fmt: on` was used where the code had
special formatting for readability or where the test was actually testing
the specific formatting.
2020-03-30 13:21:58 +11:00
..
arrayop-1-list_inplace.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
arrayop-2-list_map.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
arrayop-3-bytearray_inplace.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
arrayop-4-bytearray_map.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
bench.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
bytealloc-1-bytes_n.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
bytealloc-2-repeat.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
bytebuf-1-inplace.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
bytebuf-2-join_map_bytes.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
bytebuf-3-bytarray_map.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
from_iter-1-list_bound.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
from_iter-2-list_unbound.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
from_iter-3-tuple_bound.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
from_iter-4-tuple_unbound.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
from_iter-5-bytes_bound.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
from_iter-6-bytes_unbound.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
from_iter-7-bytearray_bound.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
from_iter-8-bytearray_unbound.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
func_args-1.1-pos_1.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
func_args-1.2-pos_3.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
func_args-2-pos_default_2_of_3.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
func_args-3.1-kw_1.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
func_args-3.2-kw_3.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
func_builtin-1-enum_pos.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
func_builtin-2-enum_kw.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
funcall-1-inline.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
funcall-2-funcall.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
funcall-3-funcall-local.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
loop_count-1-range.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
loop_count-2-range_iter.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
loop_count-3-while_up.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
loop_count-4-while_down_gt.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
loop_count-5-while_down_ne.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
loop_count-5.1-while_down_ne_localvar.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
var-1-constant.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
var-2-global.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
var-3-local.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
var-4-arg.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
var-5-class-attr.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
var-6-instance-attr.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
var-6.1-instance-attr-5.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
var-7-instance-meth.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
var-8-namedtuple-1st.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
var-8.1-namedtuple-5th.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00