RFS -- autopkgtest for python-wdlparse

2022-08-28 Thread Mohd Bilal
Hello team, I've added autopkgtest for python-wdlparse[1]. Requesting someone to review and sponsor my changes. [1] - https://salsa.debian.org/med-team/python-wdlparse Thanks -- ╭───╮ │ Mohammed Bilal│ │ 2D65

Re: RFS -- autopkgtest for python-wdlparse

2022-08-28 Thread Nilesh Patra
On Sun, Aug 28, 2022 at 11:04:13PM +0530, Mohd Bilal wrote: > Hello team, > > I've added autopkgtest for python-wdlparse[1]. Requesting someone to review > and sponsor my changes. Rather than printing the ast, it'd be better to `assert' it equal to expected output. Please make this change before

Re: RFS -- autopkgtest for python-wdlparse

2022-08-29 Thread Mohd Bilal
On 8/28/22 23:14, Nilesh Patra wrote: Rather than printing the ast, it'd be better to `assert' it equal to expected output. Please make this change before you upload. It'd be even better if you can play around with the ast dump and compare relevant parts. I have made the changes as suggeste

Re: RFS -- autopkgtest for python-wdlparse

2022-08-29 Thread Nilesh Patra
On Mon, Aug 29, 2022 at 11:18:07PM +0530, Mohd Bilal wrote: > On 8/28/22 23:14, Nilesh Patra wrote: > > Rather than printing the ast, it'd be better to `assert' it equal to > > expected output. > > Please make this change before you upload. > > > > It'd be even better if you can play around with