home-assistant: print full variables on test error

This commit is contained in:
Martin Weinelt 2021-05-15 16:56:35 +02:00
parent d4a64aa24f
commit bdabf32fdd
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -425,6 +425,8 @@ in with py.pkgs; buildPythonApplication rec {
"--only-rerun RuntimeError"
# assign tests grouped by file to workers
"--dist loadfile"
# enable full variable printing on error
"--showlocals"
# tests are located in tests/
"tests"
# screenlogic/test_config_flow.py: Tries to send out UDP broadcasts