Fixes #27904
From #27904 and IRC. Update Testshell instructions
E.g TestShell.setup()
throws
0AttributeError: 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
0AttributeError: type object 'TestShell' has no attribute 'setup'
Parentheses are missing, it should be TestShell().setup()
add missing parentheses `TestShell.method` should be `TestShell().method`.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
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.