1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 01:39:36 +01:00

Convert {Extended,}OutputsSpec JSON tests to characterization tests

This brings them in line with the other tests, and furthers my goals of
separating unit test data from code.

Doing this cleanup as part of my #13570 effort, but strictly-speaking,
this is separate as these data types' JSON never contained and store
paths or store dirs, just simple output name strings.
This commit is contained in:
John Ericson 2025-09-23 14:44:52 -04:00
parent 03440946cd
commit f24e00710e
8 changed files with 103 additions and 44 deletions

View file

@ -0,0 +1,3 @@
[
"*"
]

View file

@ -0,0 +1,3 @@
[
"*"
]

View file

@ -0,0 +1 @@
null

View file

@ -0,0 +1,3 @@
[
"a"
]

View file

@ -0,0 +1,4 @@
[
"a",
"b"
]

View file

@ -0,0 +1,3 @@
[
"a"
]

View file

@ -0,0 +1,4 @@
[
"a",
"b"
]