Re: Admin app testing

2007-01-02 Thread Robert Myers
On 1/2/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: Checked in as [4273]. Thanks! Here is the roadmap I will follow unless anyone disagrees: > 1. Submit tickets for the bugs uncovered by the test in 3217. > 2. Submit enhancement ticket to include validation for all admin > options. >

Re: Admin app testing

2007-01-02 Thread Russell Keith-Magee
On 1/3/07, Robert Myers <[EMAIL PROTECTED]> wrote: http://code.djangoproject.com/ticket/3217 Currently the tests all pass, but if you look at my test there are a few invalid options which are not being caught. And a few that are not working or cause a different error to occur. I have commented

Admin app testing

2007-01-02 Thread Robert Myers
Hello everyone! Well my new years resolution was to be more active in the Django community. We'll see how it goes. But, to start off the year I wanted to extend the Admin application. In order to do that though there needs to be a few more unit tests to verify I don't break anything. Of course