mirror of
https://github.com/status-im/status-app.git
synced 2026-08-27 15:11:20 +00:00
* test(contract): check wakuext FFI method names against vendored status-go The app sends wakuext_<name> method strings that status-go resolves by name at runtime, so a renamed or removed method breaks the app with no compile-time error and no test to catch it. Assert every static wakuext_<name> literal in the app resolves to a method the vendored status-go (the shipped pin) registers. Name-existence only; runtime-composed names are reported, not skipped. Assisted-by: Claude (Anthropic)
4 lines
53 B
INI
4 lines
53 B
INI
[pytest]
|
|
markers =
|
|
gate: must-pass PR-gate check
|