micropython/tests/pyb
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
..
accel.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
accel.py.exp
adc.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
adc.py.exp
adcall.py
adcall.py.exp
board_pybv1x.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
board_pybv1x.py.exp
can.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
can.py.exp
can2.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
can2.py.exp
dac.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
dac.py.exp
extint.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
extint.py.exp
i2c.py
i2c.py.exp
i2c_accel.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
i2c_accel.py.exp
i2c_error.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
i2c_error.py.exp
irq.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
irq.py.exp
led.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
led.py.exp
modstm.py
modstm.py.exp
modtime.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
modtime.py.exp
pin.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
pin.py.exp
pyb1.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
pyb1.py.exp
pyb_f405.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
pyb_f405.py.exp
pyb_f411.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
pyb_f411.py.exp
rtc.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
rtc.py.exp
servo.py
servo.py.exp
spi.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
spi.py.exp
switch.py
switch.py.exp
timer.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
timer.py.exp
timer_callback.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
timer_callback.py.exp
uart.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
uart.py.exp