wpilibsuite/allwpilib

Use ProtoTestBase and StructTestBase in serde tests

Open

#7 507 ouverte le 7 déc. 2024

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)C++ (714 forks)auto 404
component: wpimathgood first issuetype: testing

Métriques du dépôt

Stars
 (1 281 stars)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur