gae-go-testing


Google App Engine Go testing library

Testing library for Go App Engine, giving you an appengine.Context fake that forwards to a dev_appserver.py child process.

Example from the unit tests for this library:

https://code.google.com/p/gae-go-testing/source/browse/appenginetesting/context_test.go

You'll first need to "make install" this project:

http://code.google.com/p/appengine-go/

(which in turn will need goprotobuf)

Enjoy.

Please discuss here:

https://groups.google.com/forum/#!forum/google-appengine-go

Project Information

The project was created on Nov 2, 2011.

Labels:
Go AppEngine Testing