Adds Queen Attack test cases from x-common#473
Conversation
63d95c7 to
0670ce1
Compare
|
Great, thanks. |
|
I did. Would you like me to create a generator instead? This exercise has tests that aren't a part of x-common, related to presentation of the board, which would complicate the generator. |
|
Updating the test file is a good start but if you would like to create a generator you are very welcome to, we need to do it at some point, it may as well be now. The generator should only use the tests that are part of the x-common data. Any tests that are not part of x-common can be ignored. |
|
Cool! I'll make the generator with just the test cases from x-common. I think the extra tests confuse the purpose of the exercise anyways. |
|
The documentation on how to create generators is a little out of date, so have a look at the recent Transpose test case generator #466 for an example of what to do. The generator should have methods called: |
|
Thanks @samjonester ❤️, I've merged in these changes so the test file is up to date. |
No description provided.