Test suite for FIDO2, U2F for testing an implementation on a Pyboard
Need python 3.6+.
make venv and source venv/bin/activate
Or simply pip3 install --user -r requirements.txt
Run all FIDO2, U2F, and HID tests:
pytest tests/standard -s
Apache-2.0 OR MIT