Skip to content

Commit

Permalink
divsort generation: include testcase in the desired order (from secret)
Browse files Browse the repository at this point in the history
  • Loading branch information
thorehusfeldt committed Mar 9, 2024
1 parent 172547d commit 056401a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions test/problems/divsort/generators/generators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ data:
'nested_1':
testdata.yaml:
input_validator_flags: "--small"
include:
- 'small_floats'
data:
'small_floats':
in: 10 3.5 ab cd
'nested_2':
testdata.yaml:
input_validator_flags:
Expand Down Expand Up @@ -61,7 +62,8 @@ data:
input_validator_flags: --integer
data:
ints_expected: { in: 10.0 2.5 ab cd }
small_floats: { in: 10.0 3.5 ab cd }
include:
- small_floats
sorted:
testdata.yaml:
input_validator_flags: --sorted
Expand Down

0 comments on commit 056401a

Please sign in to comment.