Commit Graph

4 Commits

Author SHA1 Message Date
Bethany Garcia
242c3ada47 minesweeper: sync expected test results and input data with problem-specifications. 2019-05-29 16:54:26 -07:00
Sean
16ba6f52d1 minesweeper: update tests to version 1.1.0 (#1062)
* minesweeper: update tests to version 1.1.0

Add missing test version comment.
Add ordered tests with names matching canonical data descriptions.
Disable empty board tests which are incompatible with board class.
Move selected old tests to additional tests section.
Convert no row/column tests to expect validation to raise ValueError.
Closes #998

* minesweeper: update test data to canonical format 1.0.0

Update test data to borderless format which matches canonical data format.
Change board verification to not test for borders and default example to
properly return a completely empty board and account for new index when there
is no border.
2017-11-13 13:36:02 +00:00
Tammo Behrends
30670151e0 Fix PEP8 max line length violation 2017-03-23 13:48:14 +01:00
Alberto
b9dfe29184 Moved the exercises to the folder exercises/. 2016-01-26 17:24:22 +01:00