straight55b / app-engine-patch

Automatically exported from code.google.com/p/app-engine-patch
0 stars 0 forks source link

running tests that try to add tasks to a named task queue fail #213

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
running tests with 'manage.py test' doesn't load the queue.yaml file.

adding:
      args['root_path'] = os.path.realpath(".")
to /django/db/backends/appengine/base.py line 151

fixes this.

Original issue reported on code.google.com by jricket...@gmail.com on 5 Sep 2009 at 12:29