Thanks Yannick. I see the doctest example in there. Here's one that I
developed:
def junk():
"""
>>>junk()
'hello world'
"""
return ('hello world')
Problem is, when I run test from the admin interface, it gets hung up
on the controller and a flashing message says, "Please Wait". It never
runs and gives a result.
That's the first time I've been put on hold by web2py?!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---