#129 CheckDetail.export_TAP() should accept a list
Closed: Fixed None Opened 9 years ago by kparal.

I think it was a bit unfortunate decision to make CheckDetail.export_TAP() accept a variable number of arguments. This is not really common and you need to use list expansion (*) to pass a list of CheckDetails, as seen in D118. Some check authors might be a bit baffled by this, especially if they don't know Python well.

Please make the function accept either an iterable of CheckDetails, or a single CheckDetail instance instead. Adjust all tests and all checks using this.


This ticket had assigned some Differential requests:
D122
D123
D124

Login to comment on this ticket.

Metadata