Re: [PATCH] docs/devel/testing.rst: Fix referencies to unit tests

2021-03-18 Thread Wainer dos Santos Moschetta
On 3/17/21 6:55 PM, John Snow wrote: typo in the commit summary; "references to" On 3/17/21 3:48 PM, Wainer dos Santos Moschetta wrote: With the recent move of the unit tests to tests/unit directory some instructions under the "Unit tests" section became imprecise, which are fixed by this cha

Re: [PATCH] docs/devel/testing.rst: Fix referencies to unit tests

2021-03-17 Thread Thomas Huth
On 17/03/2021 20.48, Wainer dos Santos Moschetta wrote: With the recent move of the unit tests to tests/unit directory some instructions under the "Unit tests" section became imprecise, which are fixed by this change. Related-to: da668aa15b99 (tests: Move unit tests into a separate directory) Si

Re: [PATCH] docs/devel/testing.rst: Fix referencies to unit tests

2021-03-17 Thread John Snow
typo in the commit summary; "references to" On 3/17/21 3:48 PM, Wainer dos Santos Moschetta wrote: With the recent move of the unit tests to tests/unit directory some instructions under the "Unit tests" section became imprecise, which are fixed by this change. Related-to: da668aa15b99 (tests: M

[PATCH] docs/devel/testing.rst: Fix referencies to unit tests

2021-03-17 Thread Wainer dos Santos Moschetta
With the recent move of the unit tests to tests/unit directory some instructions under the "Unit tests" section became imprecise, which are fixed by this change. Related-to: da668aa15b99 (tests: Move unit tests into a separate directory) Signed-off-by: Wainer dos Santos Moschetta --- docs/devel/