Nick Pope
7552de7866
Used more specific unittest assertions in tests.
...
* assertIsNone()/assertIsNotNone() instead of comparing to None.
* assertLess() for < comparisons.
* assertIs() for 'is' expressions.
* assertIsInstance() for isinstance() expressions.
* rounding of assertAlmostEqual() for round() expressions.
* assertIs(..., True/False) instead of comparing to True/False.
* assertIs()/assertIsNot() for ==/!= comparisons.
* assertNotEqual() for == comparisons.
* assertTrue()/assertFalse() instead of comparing to True/False.
2019-10-29 12:37:30 +01:00
..
2017-01-18 09:55:19 +01:00
2015-02-03 18:30:46 -05:00
2018-11-14 18:22:59 -05:00
2015-02-16 19:31:52 +01:00
2017-01-18 09:55:19 +01:00
2017-01-18 09:55:19 +01:00
2017-05-18 09:33:40 -04:00
2017-08-10 19:21:14 -04:00
2017-01-18 09:55:19 +01:00
2018-06-15 14:18:08 -04:00
2018-07-20 20:37:52 -04:00
2017-01-18 09:55:19 +01:00
2017-01-18 09:55:19 +01:00
2014-12-31 14:14:28 -05:00
2017-05-18 09:33:40 -04:00
2017-01-18 09:55:19 +01:00
2017-05-18 09:33:40 -04:00
2019-10-10 08:31:41 +02:00
2017-01-18 09:55:19 +01:00
2017-01-18 09:55:19 +01:00
2017-01-18 09:55:19 +01:00
2018-01-31 09:36:36 -05:00
2019-07-01 13:47:54 +02:00
2017-01-18 09:55:19 +01:00
2017-01-18 09:55:19 +01:00
2019-10-14 11:13:27 +02:00
2018-09-11 12:51:11 -04:00
2017-01-18 09:55:19 +01:00
2017-01-18 09:55:19 +01:00
2017-01-18 09:55:19 +01:00
2017-01-18 09:55:19 +01:00
2017-01-18 09:55:19 +01:00
2017-01-18 09:55:19 +01:00
2017-01-18 09:55:19 +01:00
2017-01-18 09:55:19 +01:00
2017-01-25 12:23:46 -05:00
2017-01-19 08:39:46 +01:00
2019-10-14 08:02:26 +02:00
2019-10-29 12:37:30 +01:00
2019-10-14 11:13:27 +02:00
2015-01-19 11:12:57 -05:00
2016-03-10 17:27:35 +11:00
2019-03-07 19:36:55 -05:00
2018-09-10 09:57:31 -04:00
2019-10-10 08:31:41 +02:00
2019-08-19 16:06:14 +02:00
2019-09-11 12:20:16 +02:00
2019-01-21 17:29:46 -05:00
2018-07-27 11:53:49 -04:00
2019-10-29 12:37:30 +01:00
2019-10-03 08:39:30 +02:00