Re: [pytest-dev] Looking for additional maintainers for pytest plugins

2018-12-03 Thread Sivan Grünberg
Hi Dave, I'm in to help as well, can probably handle any of the plugins. -Sivan On Fri, Nov 30, 2018 at 9:20 PM Dave Hunt wrote: > Due to a change in my role, I’m no longer going to be able to spend as > much time as I have with maintaining the plugins listed below. The > maintenance burden i

[pytest-dev] document outlining added values

2018-12-03 Thread Sivan Grünberg
Hi All, A transcript from a conversation about considering porting django TestCase's to pytest: "Some counterpoints: - Tomorrow `some_other_test` will be the guideline and pytest will be passe - Why add a new dependency when you have something built in, _if it's good enough_ But all that is jus

Re: [pytest-dev] document outlining added values

2018-12-03 Thread Craig de Stigter
> gradually porting all tests Mostly-automated conversion is possible, so it doesn't have to be a gradual process. I wrote a script which converts xunit-style assertions into pytest ones: https://github.com/craigds/decrapify/blob/master/pytestify.py In the context of a large project port, my PR

Re: [pytest-dev] document outlining added values

2018-12-03 Thread Craig de Stigter
Just after posting I re-read your post, and maybe I mis-read it the first time. Are you referring to converting a django-based project, rather than Django itself? On Tue, 4 Dec 2018 at 13:54 Craig de Stigter wrote: > > gradually porting all tests > > Mostly-automated conversion is possible, so i

Re: [pytest-dev] document outlining added values

2018-12-03 Thread Sivan Grünberg
Yes, converting a django based project. On Tue, 4 Dec 2018 at 2:56 Craig de Stigter wrote: > Just after posting I re-read your post, and maybe I mis-read it the first > time. Are you referring to converting a django-based project, rather than > Django itself? > > On Tue, 4 Dec 2018 at 13:54 Crai