paula.testing: WIP
[paula.git] / paula.app.testing / src / paula / app / testing / README.txt
blob6a64c8efab1bb950c212b32641dce7f53f48b118
1 A sample integration test, our zcml should have been loaded
3     >>> from paula.testing.module import ISomeObjectUtility
5     >>> u = getUtility(ISomeObjectUtility)
6     >>> u.name
7     'some object utility'
10 Thx to jensens you can get an interactive prompt in your tests
11 (waiting to be packaged as an egg!)
13     >>> interact( locals() )