Re: [pytest-dev] Submitting pytest-inline plugin

2022-12-31 Thread oliver
On Fri., Dec. 30, 2022, 9:53 a.m. Yu Liu (Yuki), wrote: > Hi Bruno, Oliver, Floris, > > Thank you for the feedback! We have updated the README in our repo. We > will also update the API from Here to itest, which may take some more > time > Thank you Yu Liu and congratulations! > If nobody obje

Re: [pytest-dev] Submitting pytest-inline plugin

2022-12-31 Thread Yu Liu (Yuki)
Hi Bruno, Thank you! I have added you as a maintainer in PyPI. Thanks, Yuki On Sat, Dec 31, 2022 at 5:43 AM Bruno Oliveira wrote: > All done: > > [image: image.png] > > Let me know if anything else is missing. > > Also, please add me as a maintainer in PyPI: nicoddemus. > > Cheers, > Bruno. >

Re: [pytest-dev] Submitting pytest-inline plugin

2022-12-31 Thread Bruno Oliveira
All done: [image: image.png] Let me know if anything else is missing. Also, please add me as a maintainer in PyPI: nicoddemus. Cheers, Bruno. On Sat, Dec 31, 2022 at 1:50 AM Yu Liu (Yuki) wrote: > Hi Bruno, > > I have transferred the repo pytest-inline to you. > > Thanks, > Yuki > > On Fri,

Re: [pytest-dev] Submitting pytest-inline plugin

2022-12-30 Thread Yu Liu (Yuki)
Hi Bruno, I have transferred the repo pytest-inline to you. Thanks, Yuki On Fri, Dec 30, 2022 at 9:52 AM Yu Liu (Yuki) wrote: > Hi Bruno, Oliver, Floris, > > Thank you for the feedback! We have updated the README in our repo. We > will also update the API from Here to itest, which may take som

Re: [pytest-dev] Submitting pytest-inline plugin

2022-12-30 Thread Yu Liu (Yuki)
Hi Bruno, Oliver, Floris, Thank you for the feedback! We have updated the README in our repo. We will also update the API from Here to itest, which may take some more time. If nobody objects by tomorrow, Yuki, could you please transfer the > repository to me, as well as send me the GitHub names t

Re: [pytest-dev] Submitting pytest-inline plugin

2022-12-29 Thread Bruno Oliveira
On Thu, Dec 29, 2022 at 5:56 PM Floris Bruynooghe wrote: > I'm happy to +1 as well, seems nothing wrong from a plugin acceptance > perspective. IIRC we're not vetting the plugins, merely allowing them > to be taken over if the bus factor becomes fatally low. > That was my understanding as well,

Re: [pytest-dev] Submitting pytest-inline plugin

2022-12-29 Thread Floris Bruynooghe
Hello, I'm happy to +1 as well, seems nothing wrong from a plugin acceptance perspective. IIRC we're not vetting the plugins, merely allowing them to be taken over if the bus factor becomes fatally low. Not that I'm saying the feedback isn't useful either though, maybe file it as an issue on the

Re: [pytest-dev] Submitting pytest-inline plugin

2022-12-29 Thread oliver
I had a look. Interesting idea for sure. A few things though : - the github page should clarify that these tests are intended to go in the actual source code, rather than in the test code. Also, whether the inline tests are merely empty functions when not hit via pytest. - the github page should m

Re: [pytest-dev] Submitting pytest-inline plugin

2022-12-29 Thread Bruno Oliveira
Hi Yuki, Sorry for the late reply, I think this notification slipped through the cracks. We need two +1 votes from members before we can continue with the transfer. I'm +1, the plugin definitely looks interesting, we need just one more vote then. Cheers, Bruno. On Wed, Nov 23, 2022 at 3:15 PM

[pytest-dev] Submitting pytest-inline plugin

2022-11-23 Thread Yu Liu (Yuki)
Dear pytest developers, We would like to submit our plugin “pytest-inline” to pytest-dev organization. pytest-inline is a plugin to help developers write inline tests at statement level. Inline testing is a new granularity of testing that make it easier to check individual program statements. An i