wpilibsuite/allwpilib

Use ProtoTestBase and StructTestBase in serde tests

Open

#7,507 opened on Dec 7, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (714 forks)auto 404
component: wpimathgood first issuetype: testing

Repository metrics

Stars
 (1,281 stars)
PR merge metrics
 (PR metrics pending)

Description

#5953 added ProtoTestBase and StructTestBase, a set of helper utilities for testing serde and ensuring it functions correctly. However, the existing serde tests were not updated to use ProtoTestBase and StructTestBase. Those tests should be updated for consistency and maintainability.

Contributor guide