#236: Self variables -----------------------+---------------------------------------------------- Reporter: kparal | Owner: Type: task | Status: new Priority: major | Milestone: Outdated documentation Component: docs/wiki | Version: 1.0 Keywords: | -----------------------+---------------------------------------------------- Self variables may be set any time - We have recommended to set self.result and similar variables only at the end of the test (because of our old exception handling). It is no longer the case. Self.* variables may be set any time. Also, commit 8e4e894acade8139a3f4ffd9351fa53b3f0e0b46 allowed self.outputs and self.highlights to be lists of strings.
We must fix the docs.