Commit 70a5e8c
authored
Clarify documentation on Finish (#194)
Finish no longer has to be explicitly called on Controller with defer if
the Controller was created with testing.T.
We tried to just mark this as deprecated in #50 but doing so would break
many users, so we reverted it in #85.
In doing so we dropped some wordings from the doc that marked Finished
as unnecessary for most cases.
This PR fixes the docstring to guide users without explicitly marking
the API deprecated.1 parent ec32d99 commit 70a5e8c
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
| 51 | + | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
240 | 239 | | |
241 | 240 | | |
242 | 241 | | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
243 | 245 | | |
244 | 246 | | |
245 | 247 | | |
| |||
0 commit comments