mirror of
https://github.com/esphome/esphome.git
synced 2024-11-21 11:37:27 +01:00
1b8d242505
* Enable use of alternate hardware UARTs for logging Enable use of Serial1 on ESP8266 and Serial1/Serial2 on ESP32 for logging. This is frequently done on ESP8266 to allow use of Serial for UART TX+RX, while maintaining logging output on Serial1 which is TX-only via GPIO2. * ESPHOMELIB_UART -> UART_SELECTION_UART; HW_UART -> HARDWARE_UART * Add test3 to travis; remove test4 * Set DEBUG_ESP_PORT based on logger UART setting |
||
---|---|---|
.. | ||
.gitignore | ||
README.md | ||
test1.yaml | ||
test2.yaml | ||
test3.yaml |
Tests for esphomeyaml
This directory contains some tests for esphomeyaml.
At the moment, all the tests only work by simply executing
esphomeyaml
over some YAML files that are made to test
all of esphomeyaml's features.
Of course this is all just very high-level and things like unit tests would be much better. So if you have time and know how to set up a unit testing framework for python, please do give it a try.