wpilibsuite/allwpilib

Use ProtoTestBase and StructTestBase in serde tests

Open

#7.507 aberto em 7 de dez. de 2024

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

Métricas do repositório

Stars
 (1.281 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador