Hi,
To get familiar with the code I wiould like to write some tests for mailman.
Which module should I get started with?
Also some prototypes for writing tests would be helpful.
Thank you.
Regards,
Siddhartha Gairola
___
Mailman-Developers mailing list
Barry Warsaw writes:
> Cool! Have you looked through the Gitlab issues for both trackers?
> Are there any that interest you?
He and I are already working on Postorius #127.
Kibitzers welcome!
Steve
___
Mailman-Developers mailing list
Mailman-Develo
Siddhartha Gairola writes:
> So this is what we have to implement for postorius -
> "if the post is from a moderated member, the moderator has a checkbox to
> clear the member's moderation when accepting the post."
Right.
> But I am not too sure how to get this done. I guess it would require
On 01/07/2017 08:46 AM, Stephen J. Turnbull wrote:
>
> Model: since the user's moderation bit is already set, it must be
> present. Since you're just asked to clear it, which is a normal
> operation for bits, probably no change to model is needed.
>
> Template: implements checkbox formatting. N