Mike McQuaid 1b4fdc17f4
Raise deprecation exceptions in tests
Previously tests which hit `odeprecated` would print warnings but not
always raise exceptions or fail. Combine this with the ability to have
`odeprecated` to turn into `odisabled` on certain dates and you have
tests that may fail just on the clock changing (this is bad).

Instead, ensure that tests always raise deprecations as exceptions so
that new deprecations will have their tests handled immediately.
2019-10-15 08:52:42 +01:00
..
2019-07-23 17:09:57 +01:00
2019-08-19 16:12:34 +10:00
2019-10-03 09:22:44 +02:00
2019-10-10 16:17:06 +01:00