Commit Graph

8 Commits

Author SHA1 Message Date
Trinh Quoc Anh
c2dcfc8843 Add Python 3.8 to Travis CI config (#2142)
* Add Python 3.8 to Travis CI

* Change assert statement to fix a deprecation warning
2019-11-22 10:08:56 -05:00
Corey McCandless
107e08564a remove compatibility code 2019-11-06 14:55:41 -05:00
Collin Smith
b5c8c4948b pov: add test template (#2076)
Co-Authored-By: Corey McCandless <cmccandless@users.noreply.github.com>
2019-10-24 08:56:17 -04:00
Marc Chan
fc024e12fc pov: update tests to v1.3.0 (#1378)
Add test for paths not involving root.
2018-04-22 23:48:51 -04:00
Marc Chan
2b922f0ba7 pov: update tests to v1.2.0 (#1339)
* pov: update tests to v1.2.0

* Move utility `assertTreeEquals` to right place

* pov: apply 'snake_case' naming style
2018-02-19 08:32:31 -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
Corey McCandless
ee73dd112f pov: implement exercise (#984) 2017-10-30 20:05:40 +00:00