Skip to content

Commit 1125f95

Browse files
Add tests.toml for Queen Attack exercise (closes #313) (#316)
* Add tests.toml for Queen Attack exercise (closes #313) * Empty commit --------- Co-authored-by: András B Nagy <[email protected]>
1 parent 77d1fe6 commit 1125f95

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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+
12+
[3ac4f735-d36c-44c4-a3e2-316f79704203]
13+
description = "Test creation of Queens with valid and invalid positions -> queen with a valid position"
14+
15+
[4e812d5d-b974-4e38-9a6b-8e0492bfa7be]
16+
description = "Test creation of Queens with valid and invalid positions -> queen must have positive row"
17+
18+
[f07b7536-b66b-4f08-beb9-4d70d891d5c8]
19+
description = "Test creation of Queens with valid and invalid positions -> queen must have row on board"
20+
21+
[15a10794-36d9-4907-ae6b-e5a0d4c54ebe]
22+
description = "Test creation of Queens with valid and invalid positions -> queen must have positive column"
23+
24+
[6907762d-0e8a-4c38-87fb-12f2f65f0ce4]
25+
description = "Test creation of Queens with valid and invalid positions -> queen must have column on board"
26+
27+
[33ae4113-d237-42ee-bac1-e1e699c0c007]
28+
description = "Test the ability of one queen to attack another -> cannot attack"
29+
30+
[eaa65540-ea7c-4152-8c21-003c7a68c914]
31+
description = "Test the ability of one queen to attack another -> can attack on same row"
32+
33+
[bae6f609-2c0e-4154-af71-af82b7c31cea]
34+
description = "Test the ability of one queen to attack another -> can attack on same column"
35+
36+
[0e1b4139-b90d-4562-bd58-dfa04f1746c7]
37+
description = "Test the ability of one queen to attack another -> can attack on first diagonal"
38+
39+
[ff9b7ed4-e4b6-401b-8d16-bc894d6d3dcd]
40+
description = "Test the ability of one queen to attack another -> can attack on second diagonal"
41+
42+
[0a71e605-6e28-4cc2-aa47-d20a2e71037a]
43+
description = "Test the ability of one queen to attack another -> can attack on third diagonal"
44+
45+
[0790b588-ae73-4f1f-a968-dd0b34f45f86]
46+
description = "Test the ability of one queen to attack another -> can attack on fourth diagonal"
47+
48+
[543f8fd4-2597-4aad-8d77-cbdab63619f8]
49+
description = "Test the ability of one queen to attack another -> cannot attack if falling diagonals are only the same when reflected across the longest falling diagonal"

0 commit comments

Comments
 (0)