Re: Adding tests to a patch

2009-08-26 Thread Russell Keith-Magee
On Wed, Aug 26, 2009 at 6:49 PM, Peter2108 wrote: > > I'm trying to help fix but #6138. I've done a patch for the code and a > separate test.py module. But someone ('Alex') added a request to > "Please put the tests in the same diff as the patch itself, it is > possible to use svn add locally". I'

Re: Adding tests to a patch

2009-08-26 Thread Peter2108
Many thanks Karen. The key was "run svn diff from the top-level trunk directory" in the docs. Sorry, I should have re-read them! Should be OK now, Peter --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users

Re: Adding tests to a patch

2009-08-26 Thread Karen Tracey
On Wed, Aug 26, 2009 at 6:49 AM, Peter2108 wrote: > > I'm trying to help fix but #6138. I've done a patch for the code and a > separate test.py module. But someone ('Alex') added a request to > "Please put the tests in the same diff as the patch itself, it is > possible to use svn add locally". I

Adding tests to a patch

2009-08-26 Thread Peter2108
I'm trying to help fix but #6138. I've done a patch for the code and a separate test.py module. But someone ('Alex') added a request to "Please put the tests in the same diff as the patch itself, it is possible to use svn add locally". I'm at a loss here I'm afraid. The only way I know to generate