PythonExtra/tests/wipy
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
..
reset tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
skipped tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
wlan tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
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 cc3200: New ADC API. 2015-09-16 10:10:38 +02:00
i2c.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
i2c.py.exp tests/wipy: Improve I2C tests. 2015-09-16 10:10:35 +02:00
modwipy.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
modwipy.py.exp cc3200: Create wipy module, remove HeartBeat class. 2015-10-19 21:17:15 +02:00
os.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
os.py.exp cc3200: Unmount all user file systems after a soft reset. 2015-11-16 23:43:47 +01:00
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 cc3200: Set pin direction first, then value. Fixes #1542. 2015-10-26 23:26:43 +01:00
pin_irq.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
pin_irq.py.exp cc3200: New irq API, affects all classes that provide the irq method. 2015-09-27 01:48:20 +02:00
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 cc3200: New irq API, affects all classes that provide the irq method. 2015-09-27 01:48:20 +02:00
sd.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
sd.py.exp cc3200: New SD and RTC API plus os and time modules' extensions. 2015-09-21 22:30:32 +02:00
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 cc3200: New SPI API. 2015-09-16 10:10:33 +02:00
time.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
time.py.exp cc3200: New SD and RTC API plus os and time modules' extensions. 2015-09-21 22:30:32 +02:00
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 test/wipy: Add Timer class tests. 2016-02-21 21:53:20 +01:00
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 cc3200: Replace Pin.PULL_NONE with None. 2015-09-16 10:10:24 +02:00
uart_irq.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
uart_irq.py.exp cc3200: New irq API, affects all classes that provide the irq method. 2015-09-27 01:48:20 +02:00
wdt.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
wdt.py.exp cc3200: New WDT API. 2015-09-16 10:10:29 +02:00