From b02a4cbab5331562a4e14ea62c100a499a6fe88a Mon Sep 17 00:00:00 2001 From: Ondrej Lukas Date: Tue, 5 Nov 2024 14:08:08 +0100 Subject: [PATCH] Add better output --- tests/run_all_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run_all_tests.sh b/tests/run_all_tests.sh index bafe191..f0d846c 100755 --- a/tests/run_all_tests.sh +++ b/tests/run_all_tests.sh @@ -8,5 +8,6 @@ python3 -m pytest tests/test_components.py -p no:warnings -vvvv -s --full-trace python3 -m pytest tests/test_coordinator.py -p no:warnings -vvvv -s --full-trace # run ruff check as well +echo "Running RUFF check: in ${PWD}" ruff check --output-format=github --select=E9,F4,F6,F7,F8,N8 --ignore=F405 --target-version=py310 --line-length=120 .