Re: [PATCH v2 10/11] pytest: add pytest to the meson build system

2022-09-28 Thread Michael S. Tsirkin
On Wed, Sep 28, 2022 at 09:32:57AM +0200, Thomas Huth wrote: > On 27/09/2022 23.26, Michael S. Tsirkin wrote: > > On Tue, Sep 06, 2022 at 02:10:56PM +0100, Daniel P. Berrangé wrote: > > > On Tue, Jul 12, 2022 at 12:22:10PM +0530, Ani Sinha wrote: > > > > > > > > > > > > On Mon, 11 Jul 2022, John

Re: [PATCH v2 10/11] pytest: add pytest to the meson build system

2022-09-28 Thread Thomas Huth
On 27/09/2022 23.26, Michael S. Tsirkin wrote: On Tue, Sep 06, 2022 at 02:10:56PM +0100, Daniel P. Berrangé wrote: On Tue, Jul 12, 2022 at 12:22:10PM +0530, Ani Sinha wrote: On Mon, 11 Jul 2022, John Snow wrote: On Sun, Jul 10, 2022 at 1:01 PM Ani Sinha wrote: Integrate the pytest

Re: [PATCH v2 10/11] pytest: add pytest to the meson build system

2022-09-27 Thread Michael S. Tsirkin
On Tue, Sep 06, 2022 at 02:10:56PM +0100, Daniel P. Berrangé wrote: > On Tue, Jul 12, 2022 at 12:22:10PM +0530, Ani Sinha wrote: > > > > > > On Mon, 11 Jul 2022, John Snow wrote: > > > > > On Sun, Jul 10, 2022 at 1:01 PM Ani Sinha wrote: > > > > > > > > Integrate the pytest framework with the

Re: [PATCH v2 10/11] pytest: add pytest to the meson build system

2022-09-06 Thread Daniel P . Berrangé
On Tue, Jul 12, 2022 at 12:22:10PM +0530, Ani Sinha wrote: > > > On Mon, 11 Jul 2022, John Snow wrote: > > > On Sun, Jul 10, 2022 at 1:01 PM Ani Sinha wrote: > > > > > > Integrate the pytest framework with the meson build system. This will > > > make meson > > > run all the pytests under the

Re: [PATCH v2 10/11] pytest: add pytest to the meson build system

2022-07-12 Thread Ani Sinha
On Mon, 11 Jul 2022, John Snow wrote: > On Sun, Jul 10, 2022 at 1:01 PM Ani Sinha wrote: > > > > Integrate the pytest framework with the meson build system. This will make > > meson > > run all the pytests under the pytest directory. > > > > Signed-off-by: Ani Sinha > > --- > >

Re: [PATCH v2 10/11] pytest: add pytest to the meson build system

2022-07-11 Thread John Snow
On Sun, Jul 10, 2022 at 1:01 PM Ani Sinha wrote: > > Integrate the pytest framework with the meson build system. This will make > meson > run all the pytests under the pytest directory. > > Signed-off-by: Ani Sinha > --- > tests/Makefile.include | 4 +++- > tests/meson.build| 1 + >

[PATCH v2 10/11] pytest: add pytest to the meson build system

2022-07-10 Thread Ani Sinha
Integrate the pytest framework with the meson build system. This will make meson run all the pytests under the pytest directory. Signed-off-by: Ani Sinha --- tests/Makefile.include | 4 +++- tests/meson.build| 1 + tests/pytest/meson.build | 49