mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
add more loggoutput in pytest
This commit is contained in:
parent
1eb145c5ce
commit
8da951c517
|
|
@ -6,7 +6,7 @@ install:
|
|||
pip3 install -r requirements.txt
|
||||
|
||||
test:
|
||||
ESP_PORT=/dev/ttyUSB0 pytest tests -v
|
||||
ESP_PORT=/dev/ttyUSB0 pytest tests -v --log-cli-level=INFO
|
||||
|
||||
debug:
|
||||
ESP_PORT=/dev/ttyUSB0 pytest tests -v --capture=tee-sys
|
||||
ESP_PORT=/dev/ttyUSB0 pytest tests -v --capture=tee-sys --log-cli-level=DEBUG
|
||||
|
|
|
|||
Loading…
Reference in a new issue