Phase 4b: Unit Testing

This commit is contained in:
Jay Lee
2026-07-04 07:52:53 -04:00
parent d72dec3caf
commit 69d886af4e
6 changed files with 412 additions and 0 deletions

View File

@@ -539,6 +539,11 @@ jobs:
fi
"$PYTHON" -m pip install ..[yubikey]
- name: Run unit tests
run: |
"$PYTHON" -m pip install pytest
"$PYTHON" -m pytest ../tests/ -v
- name: Install PyInstaller
if: matrix.goal == 'build'
run: |