Fixes #27904
From #27904 and IRC. Update Testshell instructions
E.g TestShell.setup() throws
AttributeError: type object 'TestShell' has no attribute 'setup'
Parentheses are missing, it should be TestShell().setup()
Fixes #27904
From #27904 and IRC. Update Testshell instructions
E.g TestShell.setup() throws
AttributeError: type object 'TestShell' has no attribute 'setup'
Parentheses are missing, it should be TestShell().setup()
add missing parentheses `TestShell.method` should be `TestShell().method`.
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--021abf342d371248e50ceaed478a90ca-->
See the guideline for information on the review process.
| Type | Reviewers |
|---|---|
| ACK | Sjors, brunoerg, hernanmarino |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
crACK 14405e8d4d259c18a21fc006d0a27550be3171f8
utACK 14405e8d4d259c18a21fc006d0a27550be3171f8