| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2019-12-05 | Moved all individual test cases into iterables and test with `self.subTest` ↵ | -14/+18 | ||
| context manager. | ||||
| 2019-12-05 | Added `self.subTest` for tests with multiple test cases & simplified single ↵ | -19/+11 | ||
| test case tests. | ||||
| 2019-12-05 | Introduced test for `test_format_infraction`, refactored ↵ | -5/+7 | ||
| `test_parse_rfc1123`, fixed typo. | ||||
| 2019-12-05 | Splitting test cases for `format_infraction_with_duration` into proper, ↵ | -7/+27 | ||
| independent tests. | ||||
| 2019-12-05 | Changed `assert` to `self.assertIs` for `test_wait_until` | -1/+1 | ||
| 2019-12-05 | Added missing docstring for `test_humanize_delta_raises_for_invalid_max_units` | -0/+1 | ||
| 2019-12-05 | Splitting test cases for `humanize_delta` into proper, independent tests. | -7/+21 | ||