My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

"""pypione test suite

The test suite requires the following::

easy_install nose WebTest http://nose-gae.googlecode.com/svn/trunk/

The last one is a path to the noseGAE plugin (see http://code.google.com/p/nose-gae/) and it must be revision 25 or higher (currently 0.1.3a).
noseGAE sets up everything you need to run the pypione app in a simulated Google App Engine environment.

NOTE: as of this writing, issue6 (http://code.google.com/p/nose-gae/issues/detail?id=6) means you'll have to manually delete WebOb from your site-packages to get noseGAE to work.

Run the test suite with the nosetests (or nosetests-2.5) command from the root directory.

"""
Show details Hide details

Change log

r20 by kumar.mcmillan on Apr 21, 2008   Diff
fully using noseGAE plugin now
Go to: 
Project members, sign in to write a code review

Older revisions

r7 by kumar.mcmillan on Apr 16, 2008   Diff
renames test->tests (I always forget
about that stdlib conflict)
r2 by kumar.mcmillan on Apr 16, 2008   Diff
adding pypione from farmdev rev 1438
All revisions of this file

File info

Size: 661 bytes, 15 lines
Hosted by Google Code