mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-06-28 19:40:59 +02:00
- Added workflow triggered by cron or label "hil_test" - Added examples with both pytest and unity
14 lines
337 B
INI
14 lines
337 B
INI
[pytest]
|
|
addopts = --embedded-services esp,arduino
|
|
|
|
# log related
|
|
log_cli = True
|
|
log_cli_level = INFO
|
|
log_cli_format = %(asctime)s %(levelname)s %(message)s
|
|
log_cli_date_format = %Y-%m-%d %H:%M:%S
|
|
|
|
log_file = test.log
|
|
log_file_level = INFO
|
|
log_file_format = %(asctime)s %(levelname)s %(message)s
|
|
log_file_date_format = %Y-%m-%d %H:%M:%S
|