Add skip has the wrong signature

Bug #1189285 reported by Leonardo Arias Fonseca
6
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/testresult/real.py)

Our current signature is addSkip(self, test, details=None), which fails when we only use the unittest skip annotation.

Tags: u1-by-qa
Revision history for this message
Vincent Ladeuil (vila) wrote :

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 ?

Changed in selenium-simple-test:
importance: Undecided → High
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.