Commit Graph

9 Commits

Author SHA1 Message Date
Corey McCandless
107e08564a remove compatibility code 2019-11-06 14:55:41 -05:00
dvermd
e1056fb7da variable-length-quantity: add test template (#2017) 2019-10-03 16:48:14 -04:00
GimmiCOOKIE
bfe05cb4d1 Updated test suite so it conforms to latest canonical data (#1533) 2018-10-01 12:09:59 -04:00
Corey McCandless
cb8a7a7619 Normalize test case names (#1403) 2018-06-13 09:12:09 -04:00
Marc Chan
44f15e2a13 variable-length-quantity: update tests to v1.1.0 (#1322) 2018-02-20 08:26:45 -06:00
Corey McCandless
efa763641e fix deprecation warnings (#1161)
* fix deprecation warnings
* use simpler test for assertRaisesRegex existence
2018-01-18 16:47:11 +00:00
Nathan Parsons
f53e2ef08b Implement checks for raising messages with exceptions (#1113)
* Implement checks for messages being raised with exceptions
(Fixes #1080)

* Add self.assertRaisesWithMessage method to relevant exercise tests
    - Uses self.assertRaisesRegex
    - Checks only for the presence of a message, not content
* Add meaningful messages to failing examples
* octal: Switch to using a context manager for exception tests

* Add note regarding error messages to the insert

* simple-linked-list: Move hints.md to correct location

* simple-cipher: Remove extra whitespace from lines

* collatz-conjecture: Update hints.md

* Regenerate README to include exceptions section
2017-12-12 12:11:43 -06:00
Nathan Parsons
dc0f62ae4c Update version strings to reference problem-specifications 2017-10-14 12:31:08 +01:00
Tammo Behrends
7e93ce50c9 variable-length-quantity: Add new exercise (#468) 2017-05-07 14:28:55 +02:00