From 7fa89d60fc04a7fc7d03c908c2dbc01bc3686731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parodi=2C=20Eugenio=20=F0=9F=8C=B6?= Date: Sun, 1 Mar 2026 10:40:27 +0000 Subject: [PATCH] chore: update tests --- .github/workflows/testing.yml | 1 + Makefile | 2 +- docs/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index d366040f..efb2f719 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -74,6 +74,7 @@ jobs: run: | DDDD=$(pwd) pytest ${DDDD}/tests/pytest + pytest ${DDDD}/apps - name: Dumb Smoke Test run: | diff --git a/Makefile b/Makefile index 0317010e..e151812b 100644 --- a/Makefile +++ b/Makefile @@ -137,7 +137,7 @@ test: .venv . .venv/bin/activate ; \ flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude .venv,build,tmp,experiments ; . .venv/bin/activate ; \ - pytest tests/pytest + pytest tests/pytest apps mkdir -p tmp wget -O tmp/test.input.001.bin https://github.com/ceccopierangiolieugenio/binaryRepo/raw/master/pyTermTk/tests/test.input.001.bin wget -O tmp/test.input.002.bin https://github.com/ceccopierangiolieugenio/binaryRepo/raw/master/pyTermTk/tests/test.input.002.bin diff --git a/docs/requirements.txt b/docs/requirements.txt index b541384b..84bb20ef 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,7 +5,7 @@ backports.tarfile==1.2.0 beautifulsoup4==4.13.4 build==1.2.2.post1 certifi==2025.4.26 -cffi==1.17.1 +cffi charset-normalizer==3.4.2 cryptography==46.0.5 css-html-js-minify==2.5.5