You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/nfc/doc/nfc_design.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -395,7 +395,11 @@ This API will be defined in phase 2.
395
395
# Testing strategy
396
396
## NFC Forum Compliance
397
397
398
-
A dongle supported by [PyNFC](https://nfcpy.readthedocs.io/en/latest/index.html) will be u
398
+
A dongle driven by [PyNFC](https://nfcpy.readthedocs.io/en/latest/index.html) will be used to run GreenTea-based tests to ensure that the implementation behaves correctly for a range of system tests.
399
+
400
+
Unit tests will cover all internal logic and NFC endpoints can be mocked/emulated where possible.
401
+
402
+
In the future we could run NFC Forum test suites using approved testing equipment.
0 commit comments