Re: [PATCH 51/51] docs/devel: testing: Document writing portable test cases

2022-09-01 Thread Marc-André Lureau
Hi On Wed, Aug 24, 2022 at 2:57 PM Bin Meng wrote: > From: Bin Meng > > Update the best practices of how to write portable test cases that > can be built and run successfully on both Linux and Windows hosts. > > Signed-off-by: Bin Meng > Reviewed-by: Marc-André Lureau > --- > > docs/devel

[PATCH 51/51] docs/devel: testing: Document writing portable test cases

2022-08-24 Thread Bin Meng
From: Bin Meng Update the best practices of how to write portable test cases that can be built and run successfully on both Linux and Windows hosts. Signed-off-by: Bin Meng --- docs/devel/testing.rst | 30 ++ 1 file changed, 30 insertions(+) diff --git a/docs/deve