1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-19 00:17:02 +02:00
Stefan Holderbach e172a621f3
Consolidate uses of test-case to rstest ()
With  a dependency on `test-case` was introduced, we already
depend on the more exp(a/e)nsive `rstest` for our macro-based test case
generation (with fixtures on top)

To save on some compilation for proc macros unify to `rstest`
2024-11-04 19:07:59 +01:00
..