unyt-org/datex

Update all unit test cases to use matrix inputs

Offen

#759 geöffnet am 20.03.2026

 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Rust (2 Forks)github user discovery
good first issue

Repository-Metriken

Stars
 (14 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 53T 4h) (6 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide