Files
rippled/src/tests
Zhiyuan Wang f05f137c6c test: Rename ProposalHelpers gtest cases to snake_case
Enforced by bin/pre-commit/fix_gtest_names.py (added to develop in #8026).
2026-09-23 15:36:26 -04:00
..

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.