Commit Graph

4 Commits

Author SHA1 Message Date
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
cmccandless
f8f495ca4a Improve exception tests by making use of Context Managers to resolve #477 2017-10-21 11:17:15 +03:00
Tammo Behrends
bbd3c623b8 Refactor assertEqual(actual,expected) param order
closes #440
2017-03-23 13:37:20 +01:00
Alberto
b9dfe29184 Moved the exercises to the folder exercises/. 2016-01-26 17:24:22 +01:00