Commit 0641e39
test: exercise new MockColonyClient safety methods in test_all_methods_work
The 7 new mock methods (block_user, unblock_user, list_blocked,
report_user, report_message, report_post, report_comment) were not
hit by the existing test_all_methods_work smoke test, leaving them
as uncovered lines in the codecov diff (83.33% of diff hit, 7 lines
missing in testing.py). Add the calls so each mock method is
exercised in the canonical 'every method can be called without
error' test.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent c36db6e commit 0641e39
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
105 | 112 | | |
106 | 113 | | |
107 | 114 | | |
| |||
0 commit comments