[google-appengine] Re: Testing GAE application best practices

2009-07-03 Thread Akume
ed for use with the plugin for firefox (though they need to fix it for firefox 3.5). On Jul 3, 12:53 am, Akume wrote: > i couldn't agree more.  google needs to make it easier for us to do > proper testing on > our app engine apps.  i found another solution to represent the client &g

[google-appengine] Re: Testing GAE application best practices

2009-07-03 Thread Akume
est runner. if it's not one thing it's another. still working on it. i'll let you know how it goes. -akume On Jul 2, 2:15 pm, Michelschr wrote: > Hi, > > First of all, I think that Google should do the job of establishing > good practices and environments for t

[google-appengine] Re: Testing GAE application best practices

2009-07-02 Thread Akume
te logged in >     response = self.client.get('/mine') >     self.failUnlessEqual(response.status_code, 200) >     self.assertContains(response,'Issues Created by me') > >     os.environ['USER_EMAIL'] = '' # simulate not logged in >     respon

[google-appengine] Re: Testing GAE application best practices

2009-06-29 Thread Akume
ok, what about this scenario. some of my pages require a login prior to seeing the content and i can't see to get this to work using the django client. any suggestions? this is what my test looks like so far. import unittest from django.test.client import Client class Test(unittest.TestCase):

[google-appengine] Re: bulkload_client key_name & parent not possible?

2008-09-28 Thread Akume
does that mean you have two of the same entry in the datastore now though? shouldn't you remove 'entity' after you've put it's values into 'newent'? -akume On Aug 14, 4:49 am, ilial <[EMAIL PROTECTED]> wrote: > Hi, > > Here's my Handl