Browse Source

chore: update tests

pull/607/head
Parodi, Eugenio 🌶 4 weeks ago
parent
commit
7fa89d60fc
  1. 1
      .github/workflows/testing.yml
  2. 2
      Makefile
  3. 2
      docs/requirements.txt

1
.github/workflows/testing.yml

@ -74,6 +74,7 @@ jobs:
run: |
DDDD=$(pwd)
pytest ${DDDD}/tests/pytest
pytest ${DDDD}/apps
- name: Dumb Smoke Test
run: |

2
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

2
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

Loading…
Cancel
Save