Add skip has the wrong signature
Bug #1189285 reported by Leonardo Arias Fonseca
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
selenium-simple-test | In Progress | High | Leonardo Arias Fonseca |
Bug Description
The signature for addSkip must be:
addSkip(self, test, reason=None, details=None)
(That's from testtools/
Our current signature is addSkip(self, test, details=None), which fails when we only use the unittest skip annotation.
To post a comment you must log in.
I can't clearly understand what is the issue here. What do you mean by 'the unittest skip annotation' ?
Do you have a fix for that or would like some help ?