google-code-export / gaeunit

Automatically exported from code.google.com/p/gaeunit
0 stars 0 forks source link

install gaeunit.py somewhere other than root #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I want to install gaeunit.py somewhere other than the root of the application.  
I have installed all other external libraries in lib/external (using my own 
trickery to adjust the PYTHONPATH appropriately).

Unfortunately gaeunit.py assumes that the test folder is relative to the 
location of gaeunit.py.  It would be good if I could provide a config.py or a 
settings.py and specify the location of a test folder.

Better yet, it would be great if gaeunit.py could locate all test folders in 
the directory tree.  This would allow me to keep test folders as subdirectories 
of the handlers being tested.

Thanks.

Original issue reported on code.google.com by knetri...@gmail.com on 30 Jul 2010 at 4:00