unyt-org/datex

Update all unit test cases to use matrix inputs

Aberta

#759 aberto em 20 de mar. de 2026

 (0 comentário) (1 reação) (0 responsável)Rust (2 forks)github user discovery
good first issue

Métricas do repositório

Stars
 (14 estrelas)
Métricas de merge de PR
 (Mesclagem média 53d 4h) (6 fundiu PRs em 30d)

Description

Currently we have a wild mixture of split-up test cases into multiple functions, reuse of function inside of tests. To tackle this mess, we'll plan to integrate the fixture tests from https://github.com/la10736/rstest into all unit test to reduce test LCOs and refactoring effort.

Guia do colaborador