Skip to content

Commit

Permalink
exercises(list-ops): tests.toml: exclude unimplemented test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 committed Jan 27, 2024
1 parent 231798d commit ce422d4
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions exercises/practice/list-ops/.meta/tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ description = "concatenate a list of lists -> empty list"
[331451c1-9573-42a1-9869-2d06e3b389a9]
description = "concatenate a list of lists -> list of lists"

# [d6ecd72c-197f-40c3-89a4-aa1f45827e09]
# description = "concatenate a list of lists -> list of nested lists"
[d6ecd72c-197f-40c3-89a4-aa1f45827e09]
description = "concatenate a list of lists -> list of nested lists"
include = false

[0524fba8-3e0f-4531-ad2b-f7a43da86a16]
description = "filter list returning only values that satisfy the filter function -> empty list"
Expand Down Expand Up @@ -102,5 +103,6 @@ description = "reverse the elements of the list -> empty list"
[fcc03d1e-42e0-4712-b689-d54ad761f360]
description = "reverse the elements of the list -> non-empty list"

# [40872990-b5b8-4cb8-9085-d91fc0d05d26]
# description = "reverse the elements of the list -> list of lists is not flattened"
[40872990-b5b8-4cb8-9085-d91fc0d05d26]
description = "reverse the elements of the list -> list of lists is not flattened"
include = false

0 comments on commit ce422d4

Please sign in to comment.