alfred westerveld's Library tagged → View Popular
21 Oct 09
App Engine Fan: Unit tests for Google App Engine apps
-
import unittest
import sys
import os.path
# Change the following line to reflect wherever your
# app engine installation and the mocker library are
APPENGINE_PATH = '../google_appengine'
MOCKER_PATH = '../mocker-0.10.1'
# Add app-engine related libraries to your path
paths = [
APPENGINE_PATH,
os.path.join(APPENGINE_PATH, 'lib', 'django'),
os.path.join(APPENGINE_PATH, 'lib', 'webob'),
os.path.join(APPENGINE_PATH, 'lib', 'yaml', 'lib'),
MOCKER_PATH,
]
for path in paths:
if not os.path.exists(path):
raise 'Path does not exist: %s' % path
sys.path = paths + sys.path
import mocker
25 Mar 08
Yahoo! Releases Badges for Pipes - ReadWriteWeb
Yahoo! Pipes is one of the coolest apps on the web for messing around with data. You can use it to splice together feeds, filter them, pull photos from Flickr and do a whole lot more. Some usability improvements would be nice but a little bit of experimentation goes a long way.
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in apps
Related Lists on Diigo
-
Amazing Web Apps
A place to stick those impr...
Items: 11 | Visits: 159
Created by: Joel Bennett
-
SmartBoard
Any site that teaches about...
Items: 21 | Visits: 187
Created by: Lisa Parisi
-
The "must have" list of free applications
The best free applications ...
Items: 30 | Visits: 3504
Created by: Joel Bennett
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
