#1214: nosetests fresh quickstarted project: Failed to create client object:
Daemon not running
-------------------------------------------------------+--------------------
Reporter: jeffk | Owner: anonymous
Type: defect | Status: closed
Priority: normal | Milestone:
Component: tests | Version: trunk
Severity: normal | Resolution: fixed
Keywords: quickstart nosetests daemon client object |
-------------------------------------------------------+--------------------
Comment (by jeffk):
Thanks alberto, incorporating a reusable teardown function is even better.
The patches [2314] and [2315] fix #1217, if anyone is referring to this
later.
Noting the pattern
{{{
test_method = with_setup(teardown=teardown_func)(test_method)
}}}
from [2314] and [2315], is that a candidate for a new @with_teardown
decorator that could be added to tests as needed?
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/1214>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" 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/turbogears-tickets?hl=en
-~----------~----~----~----~------~----~------~--~---