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
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
> 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
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
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