Skip to content

Commit b720331

Browse files
committed
Sync knapsack tests
1 parent 279fc73 commit b720331

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

exercises/practice/knapsack/.meta/tests.toml

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,36 @@
1+
# This is an auto-generated file.
2+
#
3+
# Regenerating this file via `configlet sync` will:
4+
# - Recreate every `description` key/value pair
5+
# - Recreate every `reimplements` key/value pair, where they exist in problem-specifications
6+
# - Remove any `include = true` key/value pair (an omitted `include` key implies inclusion)
7+
# - Preserve any other key/value pair
8+
#
9+
# As user-added comments (using the # character) will be removed when this file
10+
# is regenerated, comments can be added via a `comment` key.
11+
112
[a4d7d2f0-ad8a-460c-86f3-88ba709d41a7]
2-
description = "No items"
3-
include = true
13+
description = "no items"
14+
include = false
15+
16+
[3993a824-c20e-493d-b3c9-ee8a7753ee59]
17+
description = "no items"
18+
reimplements = "a4d7d2f0-ad8a-460c-86f3-88ba709d41a7"
419

520
[1d39e98c-6249-4a8b-912f-87cb12e506b0]
6-
description = "One item, but too heavy"
7-
include = true
21+
description = "one item, too heavy"
822

923
[833ea310-6323-44f2-9d27-a278740ffbd8]
10-
description = "Five items. Can\'t be greedy by weight"
11-
include = true
24+
description = "five items (cannot be greedy by weight)"
1225

1326
[277cdc52-f835-4c7d-872b-bff17bab2456]
14-
description = "Five items. Can\'t be greedy by value"
15-
include = true
27+
description = "five items (cannot be greedy by value)"
1628

1729
[81d8e679-442b-4f7a-8a59-7278083916c9]
18-
description = "Example knapsack"
19-
include = true
30+
description = "example knapsack"
2031

2132
[f23a2449-d67c-4c26-bf3e-cde020f27ecc]
2233
description = "8 items"
23-
include = true
2434

2535
[7c682ae9-c385-4241-a197-d2fa02c81a11]
2636
description = "15 items"
27-
include = true

0 commit comments

Comments
 (0)