Re: [pytest-dev] Plugin for test suite execution

2020-09-14 Thread sivaram shibu
mmunity. And thanks for letting me know about this mail thread. Thanks and Regards, Siva ram SV. From: Floris Bruynooghe on behalf of Floris Bruynooghe Sent: Monday, September 14, 2020 12:35:26 AM To: sivaram shibu ; pytest-dev@python.org Subject: Re: [pytest-dev] Plugin for test suite execu

Re: [pytest-dev] Plugin for test suite execution

2020-09-13 Thread Floris Bruynooghe
Hi Sivaram, Hope you are well and nice that you wrote a pytest plugin! As far as I recall pytest by default already executes tests in the order they are defined in the source code though. I guess this was not expressive enough for your needs? As for advertising, it's best to follow the advice o

[pytest-dev] Plugin for test suite execution

2020-09-12 Thread sivaram shibu
Dear Admin, I was working in a project which uses Pytest framework for testing purpose and we were blocked when we encountered a situation were the test cases has to be executed in a user defined manner , so after doing proper research I have developed a plugin which have satis