Skip to content

Commit f94eecb

Browse files
ErikSchierboommirkoperillo
authored andcommitted
Simplify the tests.toml files by removing any include = true properties, which are redundant as the default value of this field is true.
As the vast majority of the test cases use `include = true`, omitting it makes the `tests.toml` files more readable and make the exceptional cases (`include = false`) far easier to identify. See exercism/configlet#186 and exercism/configlet#207 for the corresponding discussion.
1 parent a722b35 commit f94eecb

107 files changed

Lines changed: 0 additions & 1563 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

exercises/practice/acronym/.meta/tests.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,27 @@
44

55
[1e22cceb-c5e4-4562-9afe-aef07ad1eaf4]
66
description = "basic"
7-
include = true
87

98
[79ae3889-a5c0-4b01-baf0-232d31180c08]
109
description = "lowercase words"
11-
include = true
1210

1311
[ec7000a7-3931-4a17-890e-33ca2073a548]
1412
description = "punctuation"
15-
include = true
1613

1714
[32dd261c-0c92-469a-9c5c-b192e94a63b0]
1815
description = "all caps word"
19-
include = true
2016

2117
[ae2ac9fa-a606-4d05-8244-3bcc4659c1d4]
2218
description = "punctuation without whitespace"
23-
include = true
2419

2520
[0e4b1e7c-1a6d-48fb-81a7-bf65eb9e69f9]
2621
description = "very long abbreviation"
27-
include = true
2822

2923
[6a078f49-c68d-4b7b-89af-33a1a98c28cc]
3024
description = "consecutive delimiters"
31-
include = true
3225

3326
[5118b4b1-4572-434c-8d57-5b762e57973e]
3427
description = "apostrophes"
35-
include = true
3628

3729
[adc12eab-ec2d-414f-b48c-66a4fc06cdef]
3830
description = "underscore emphasis"
39-
include = true

exercises/practice/affine-cipher/.meta/tests.toml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,64 +4,48 @@
44

55
[2ee1d9af-1c43-416c-b41b-cefd7d4d2b2a]
66
description = "encode yes"
7-
include = true
87

98
[785bade9-e98b-4d4f-a5b0-087ba3d7de4b]
109
description = "encode no"
11-
include = true
1210

1311
[2854851c-48fb-40d8-9bf6-8f192ed25054]
1412
description = "encode OMG"
15-
include = true
1613

1714
[bc0c1244-b544-49dd-9777-13a770be1bad]
1815
description = "encode O M G"
19-
include = true
2016

2117
[381a1a20-b74a-46ce-9277-3778625c9e27]
2218
description = "encode mindblowingly"
23-
include = true
2419

2520
[6686f4e2-753b-47d4-9715-876fdc59029d]
2621
description = "encode numbers"
27-
include = true
2822

2923
[ae23d5bd-30a8-44b6-afbe-23c8c0c7faa3]
3024
description = "encode deep thought"
31-
include = true
3225

3326
[c93a8a4d-426c-42ef-9610-76ded6f7ef57]
3427
description = "encode all the letters"
35-
include = true
3628

3729
[0673638a-4375-40bd-871c-fb6a2c28effb]
3830
description = "encode with a not coprime to m"
39-
include = true
4031

4132
[3f0ac7e2-ec0e-4a79-949e-95e414953438]
4233
description = "decode exercism"
43-
include = true
4434

4535
[241ee64d-5a47-4092-a5d7-7939d259e077]
4636
description = "decode a sentence"
47-
include = true
4837

4938
[33fb16a1-765a-496f-907f-12e644837f5e]
5039
description = "decode numbers"
51-
include = true
5240

5341
[20bc9dce-c5ec-4db6-a3f1-845c776bcbf7]
5442
description = "decode all the letters"
55-
include = true
5643

5744
[623e78c0-922d-49c5-8702-227a3e8eaf81]
5845
description = "decode with no spaces in input"
59-
include = true
6046

6147
[58fd5c2a-1fd9-4563-a80a-71cff200f26f]
6248
description = "decode with too many spaces"
63-
include = true
6449

6550
[b004626f-c186-4af9-a3f4-58f74cdb86d5]
6651
description = "decode with a not coprime to m"
67-
include = true

exercises/practice/all-your-base/.meta/tests.toml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,84 +4,63 @@
44

55
[5ce422f9-7a4b-4f44-ad29-49c67cb32d2c]
66
description = "single bit one to decimal"
7-
include = true
87

98
[0cc3fea8-bb79-46ac-a2ab-5a2c93051033]
109
description = "binary to single decimal"
11-
include = true
1210

1311
[f12db0f9-0d3d-42c2-b3ba-e38cb375a2b8]
1412
description = "single decimal to binary"
15-
include = true
1613

1714
[2c45cf54-6da3-4748-9733-5a3c765d925b]
1815
description = "binary to multiple decimal"
19-
include = true
2016

2117
[65ddb8b4-8899-4fcc-8618-181b2cf0002d]
2218
description = "decimal to binary"
23-
include = true
2419

2520
[8d418419-02a7-4824-8b7a-352d33c6987e]
2621
description = "trinary to hexadecimal"
27-
include = true
2822

2923
[d3901c80-8190-41b9-bd86-38d988efa956]
3024
description = "hexadecimal to trinary"
31-
include = true
3225

3326
[5d42f85e-21ad-41bd-b9be-a3e8e4258bbf]
3427
description = "15-bit integer"
35-
include = true
3628

3729
[d68788f7-66dd-43f8-a543-f15b6d233f83]
3830
description = "empty list"
39-
include = true
4031

4132
[5e27e8da-5862-4c5f-b2a9-26c0382b6be7]
4233
description = "single zero"
43-
include = true
4434

4535
[2e1c2573-77e4-4b9c-8517-6c56c5bcfdf2]
4636
description = "multiple zeros"
47-
include = true
4837

4938
[3530cd9f-8d6d-43f5-bc6e-b30b1db9629b]
5039
description = "leading zeros"
51-
include = true
5240

5341
[a6b476a1-1901-4f2a-92c4-4d91917ae023]
5442
description = "input base is one"
55-
include = true
5643

5744
[e21a693a-7a69-450b-b393-27415c26a016]
5845
description = "input base is zero"
59-
include = true
6046

6147
[54a23be5-d99e-41cc-88e0-a650ffe5fcc2]
6248
description = "input base is negative"
63-
include = true
6449

6550
[9eccf60c-dcc9-407b-95d8-c37b8be56bb6]
6651
description = "negative digit"
67-
include = true
6852

6953
[232fa4a5-e761-4939-ba0c-ed046cd0676a]
7054
description = "invalid positive digit"
71-
include = true
7255

7356
[14238f95-45da-41dc-95ce-18f860b30ad3]
7457
description = "output base is one"
75-
include = true
7658

7759
[73dac367-da5c-4a37-95fe-c87fad0a4047]
7860
description = "output base is zero"
79-
include = true
8061

8162
[13f81f42-ff53-4e24-89d9-37603a48ebd9]
8263
description = "output base is negative"
83-
include = true
8464

8565
[0e6c895d-8a5d-4868-a345-309d094cfe8d]
8666
description = "both bases are negative"
87-
include = true

exercises/practice/allergies/.meta/tests.toml

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -4,196 +4,147 @@
44

55
[17fc7296-2440-4ac4-ad7b-d07c321bc5a0]
66
description = "not allergic to anything"
7-
include = true
87

98
[07ced27b-1da5-4c2e-8ae2-cb2791437546]
109
description = "allergic only to eggs"
11-
include = true
1210

1311
[5035b954-b6fa-4b9b-a487-dae69d8c5f96]
1412
description = "allergic to eggs and something else"
15-
include = true
1613

1714
[64a6a83a-5723-4b5b-a896-663307403310]
1815
description = "allergic to something, but not eggs"
19-
include = true
2016

2117
[90c8f484-456b-41c4-82ba-2d08d93231c6]
2218
description = "allergic to everything"
23-
include = true
2419

2520
[d266a59a-fccc-413b-ac53-d57cb1f0db9d]
2621
description = "not allergic to anything"
27-
include = true
2822

2923
[ea210a98-860d-46b2-a5bf-50d8995b3f2a]
3024
description = "allergic only to peanuts"
31-
include = true
3225

3326
[eac69ae9-8d14-4291-ac4b-7fd2c73d3a5b]
3427
description = "allergic to peanuts and something else"
35-
include = true
3628

3729
[9152058c-ce39-4b16-9b1d-283ec6d25085]
3830
description = "allergic to something, but not peanuts"
39-
include = true
4031

4132
[d2d71fd8-63d5-40f9-a627-fbdaf88caeab]
4233
description = "allergic to everything"
43-
include = true
4434

4535
[b948b0a1-cbf7-4b28-a244-73ff56687c80]
4636
description = "not allergic to anything"
47-
include = true
4837

4938
[9ce9a6f3-53e9-4923-85e0-73019047c567]
5039
description = "allergic only to shellfish"
51-
include = true
5240

5341
[b272fca5-57ba-4b00-bd0c-43a737ab2131]
5442
description = "allergic to shellfish and something else"
55-
include = true
5643

5744
[21ef8e17-c227-494e-8e78-470a1c59c3d8]
5845
description = "allergic to something, but not shellfish"
59-
include = true
6046

6147
[cc789c19-2b5e-4c67-b146-625dc8cfa34e]
6248
description = "allergic to everything"
63-
include = true
6449

6550
[651bde0a-2a74-46c4-ab55-02a0906ca2f5]
6651
description = "not allergic to anything"
67-
include = true
6852

6953
[b649a750-9703-4f5f-b7f7-91da2c160ece]
7054
description = "allergic only to strawberries"
71-
include = true
7255

7356
[50f5f8f3-3bac-47e6-8dba-2d94470a4bc6]
7457
description = "allergic to strawberries and something else"
75-
include = true
7658

7759
[23dd6952-88c9-48d7-a7d5-5d0343deb18d]
7860
description = "allergic to something, but not strawberries"
79-
include = true
8061

8162
[74afaae2-13b6-43a2-837a-286cd42e7d7e]
8263
description = "allergic to everything"
83-
include = true
8464

8565
[c49a91ef-6252-415e-907e-a9d26ef61723]
8666
description = "not allergic to anything"
87-
include = true
8867

8968
[b69c5131-b7d0-41ad-a32c-e1b2cc632df8]
9069
description = "allergic only to tomatoes"
91-
include = true
9270

9371
[1ca50eb1-f042-4ccf-9050-341521b929ec]
9472
description = "allergic to tomatoes and something else"
95-
include = true
9673

9774
[e9846baa-456b-4eff-8025-034b9f77bd8e]
9875
description = "allergic to something, but not tomatoes"
99-
include = true
10076

10177
[b2414f01-f3ad-4965-8391-e65f54dad35f]
10278
description = "allergic to everything"
103-
include = true
10479

10580
[978467ab-bda4-49f7-b004-1d011ead947c]
10681
description = "not allergic to anything"
107-
include = true
10882

10983
[59cf4e49-06ea-4139-a2c1-d7aad28f8cbc]
11084
description = "allergic only to chocolate"
111-
include = true
11285

11386
[b0a7c07b-2db7-4f73-a180-565e07040ef1]
11487
description = "allergic to chocolate and something else"
115-
include = true
11688

11789
[f5506893-f1ae-482a-b516-7532ba5ca9d2]
11890
description = "allergic to something, but not chocolate"
119-
include = true
12091

12192
[02debb3d-d7e2-4376-a26b-3c974b6595c6]
12293
description = "allergic to everything"
123-
include = true
12494

12595
[17f4a42b-c91e-41b8-8a76-4797886c2d96]
12696
description = "not allergic to anything"
127-
include = true
12897

12998
[7696eba7-1837-4488-882a-14b7b4e3e399]
13099
description = "allergic only to pollen"
131-
include = true
132100

133101
[9a49aec5-fa1f-405d-889e-4dfc420db2b6]
134102
description = "allergic to pollen and something else"
135-
include = true
136103

137104
[3cb8e79f-d108-4712-b620-aa146b1954a9]
138105
description = "allergic to something, but not pollen"
139-
include = true
140106

141107
[1dc3fe57-7c68-4043-9d51-5457128744b2]
142108
description = "allergic to everything"
143-
include = true
144109

145110
[d3f523d6-3d50-419b-a222-d4dfd62ce314]
146111
description = "not allergic to anything"
147-
include = true
148112

149113
[eba541c3-c886-42d3-baef-c048cb7fcd8f]
150114
description = "allergic only to cats"
151-
include = true
152115

153116
[ba718376-26e0-40b7-bbbe-060287637ea5]
154117
description = "allergic to cats and something else"
155-
include = true
156118

157119
[3c6dbf4a-5277-436f-8b88-15a206f2d6c4]
158120
description = "allergic to something, but not cats"
159-
include = true
160121

161122
[1faabb05-2b98-4995-9046-d83e4a48a7c1]
162123
description = "allergic to everything"
163-
include = true
164124

165125
[f9c1b8e7-7dc5-4887-aa93-cebdcc29dd8f]
166126
description = "no allergies"
167-
include = true
168127

169128
[9e1a4364-09a6-4d94-990f-541a94a4c1e8]
170129
description = "just eggs"
171-
include = true
172130

173131
[8851c973-805e-4283-9e01-d0c0da0e4695]
174132
description = "just peanuts"
175-
include = true
176133

177134
[2c8943cb-005e-435f-ae11-3e8fb558ea98]
178135
description = "just strawberries"
179-
include = true
180136

181137
[6fa95d26-044c-48a9-8a7b-9ee46ec32c5c]
182138
description = "eggs and peanuts"
183-
include = true
184139

185140
[19890e22-f63f-4c5c-a9fb-fb6eacddfe8e]
186141
description = "more than eggs but not peanuts"
187-
include = true
188142

189143
[4b68f470-067c-44e4-889f-c9fe28917d2f]
190144
description = "lots of stuff"
191-
include = true
192145

193146
[0881b7c5-9efa-4530-91bd-68370d054bc7]
194147
description = "everything"
195-
include = true
196148

197149
[12ce86de-b347-42a0-ab7c-2e0570f0c65b]
198150
description = "no allergen score parts"
199-
include = true

0 commit comments

Comments
 (0)