Re: Test Framework Cleanup

2019-03-22 Thread Carlton Gibson
The suggestion involves the code in django.test. https://github.com/django/django/tree/master/django/test In particular see runner.py there. On Friday, 22 March 2019 13:29:05 UTC+1, Gourav Sardana wrote: > > Hey, > I am Gourav Sardana undergraduate computer science student. I am > interested

Test Framework Cleanup

2019-03-22 Thread Gourav Sardana
Hey, I am Gourav Sardana undergraduate computer science student. I am interested in test framework idea. I have a good experienced with django. @Mentor Can i ask you one thing? we have to build a software or you have to implement this to your core code i.e it will automatically check the code ?

Test framework Cleanup

2019-03-20 Thread gauravsrivastava2k17
Hi Everyone, My name is Gaurav Srivastava. I am B-Tech 2nd year student. I want to clarify my doubts regarding "test framework cleanup" about how and what things need to be consider while contributing. As this is my first GSOC so I don't have much experience with this . Will a

Re: re :GSOC 2017 Project - Test framework cleanup

2017-03-26 Thread Josh Smeaton
> > I'm doing my UG 3rd year .I m interested to work with Django in Test > framework cleanup idea so please help where to start with and help me to > draft proposal > -- You received this message because you are subscribed to the Google Groups "Django developers

re :GSOC 2017 Project - Test framework cleanup

2017-03-26 Thread Hari kiran
I'm doing my UG 3rd year .I m interested to work with Django in Test framework cleanup idea so please help where to start with and help me to draft proposal -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Dja

Re: Request for feedback on GSoC proposal "Test framework cleanup"

2015-03-25 Thread Carl Meyer
Hi Varun, On 03/24/2015 07:18 PM, Varun Sharma wrote: > I've been writing this proposal from past few days. After going through > the pycon talks of Carl Meyer and Julien Phalip on Django's testing > framework and working on the test framework from last 2 months, I have > drafted some improvements

Re: Request for feedback on GSoC proposal "Test framework cleanup"

2015-03-24 Thread Russell Keith-Magee
Hi Varun, I've just taken a look at this proposal; I've got some concerns. * You say you can get test coverage from 81% to 90% - that's an admirable goal, but is there any reason to believe that it is achievable? In many cases, the coverage is low because a feature/branch is so difficult to test

Request for feedback on GSoC proposal "Test framework cleanup"

2015-03-24 Thread Varun Sharma
Hi All, I've been writing this proposal from past few days. After going through the pycon talks of Carl Meyer and Julien Phalip on Django's testing framework and working on the test framework from last 2 months, I have drafted some improvements but I'm not sure about any roadblocks or feasibility