Closed rwst closed 9 years ago
-close ticket?
-what if ['milestone'] string 'sage-duplicate/invalid/wontfix' will be changed in future? Is it possible to catch that issue (e.g. by having a checklist for changing template milestone descriptions with an entry 'please update patchbot, too') ?
Currently:
if not(ticket['status'] in ('needs_review', 'positive_review',
'needs_info', 'needs_work')):
if verbose:
print('only test needs_* or positive_review tickets')
return
So I think this can be closed.
patchbot tries to test such tickets at the moment, see http://patchbot.sagemath.org/ticket/16591/
there isn't even code in there!