Files
status-app/test/contract/pytest.ini
T
Mag. 4c6eafbe87 test(contract): check wakuext FFI method names against vendored status-go (#21496)
* 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)
2026-07-14 16:51:28 +01:00

4 lines
53 B
INI

[pytest]
markers =
gate: must-pass PR-gate check