Re: Turning password reset

2009-04-21 Thread Filip Gruszczyński
> http://code.google.com/p/nose-django/ Is there any python lib, that didn't get django plugin ;-)? Thanks :-) -- Filip Gruszczyński --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: Turning password reset

2009-04-21 Thread Tom Evans
On Tue, 2009-04-21 at 17:12 +0200, Filip Gruszczyński wrote: > > Quick? yes. Elegant? The jury is still out. [1]Ticket8363 includes a patch > > that allow you to exclude selected tests from the suite when you ejecute > > the Django test runner runtests.py. If you can the isolate tests you want to

Re: Turning password reset

2009-04-21 Thread Filip Gruszczyński
>> I don't get this one. Is it some kind of a sarcastic or ironic remark >> I won't understand unless I'm native speaker? > > Not at all > > http://somethingaboutorange.com/mrl/projects/nose/ Damn, and I hoped I'll advance in my sarc-fu ;-) Thanks a lot for, I didn't know about this package and I

Re: Turning password reset

2009-04-21 Thread Ramiro Morales
>> I've also been told nose has similar functionality. > > I don't get this one. Is it some kind of a sarcastic or ironic remark > I won't understand unless I'm native speaker? > Not at all http://somethingaboutorange.com/mrl/projects/nose/ -- Ramiro Morales http://rmorales.net --~--~

Re: Turning password reset

2009-04-21 Thread Filip Gruszczyński
> Quick? yes. Elegant? The jury is still out. [1]Ticket8363 includes a patch > that allow you to exclude selected tests from the suite when you ejecute > the Django test runner runtests.py. If you can the isolate tests you want to > skip to a specification similar to the one used to specify the te

Re: Turning password reset

2009-04-21 Thread Ramiro Morales
2009/4/21 Filip Gruszczyński : > > Even for Remote User tests? I have no intention of having remote > users, so what is the reason for putting it as a default in SVN > version? I am testing right now SVN version and I get a lot of bogus > errors, where there should be none. > > Isn't there any qui

Re: Turning password reset

2009-04-21 Thread Filip Gruszczyński
Even for Remote User tests? I have no intention of having remote users, so what is the reason for putting it as a default in SVN version? I am testing right now SVN version and I get a lot of bogus errors, where there should be none. Isn't there any quick and elegant way I can disable it? W dniu

Re: Turning password reset

2009-04-21 Thread Russell Keith-Magee
2009/4/21 Filip Gruszczyński : > > Hi! > > I don't have password reset in my project and the base test suite > fails because of this. Can I somehow turn of these tests until I > decide to add password reset? Short answer - no. There is not currently any way to skip a test or disable a test suite,

Turning password reset

2009-04-21 Thread Filip Gruszczyński
Hi! I don't have password reset in my project and the base test suite fails because of this. Can I somehow turn of these tests until I decide to add password reset? -- Filip Gruszczyński --~--~-~--~~~---~--~~ You received this message because you are subscribed