mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-28 01:20:32 +00:00
SpanGuardFactory.cpp set dotted "xrpl.rpc.command"/"xrpl.rpc.status" attribute keys. Test files are exempt from the naming check's Rule F (they pass arbitrary literals to exercise the API), so this slipped through, but the keys should still illustrate the underscore convention. Use "command"/"rpc_status". Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Unit tests
This directory contains unit tests for the project. The difference from existing src/test folder
is that we switch to 3rd party testing framework (gtest). We intend to gradually move existing tests
from our own framework to gtest and such tests will be moved to this new folder.