Running nosetests on a fresh quickstarted project (r2242 trunk) gives
the following error. The project itself runs fine, as does toolbox. Am
I missing an intervening nosetests step, or is this related to
"Something wrong after r2087" (Jorge Godoy)? Thanks.

$ tg-admin quickstart -p tgtest tgtest
Do you need Identity (usernames/passwords) in this project? [no]
(...)
writing manifest file 'tgtest.egg-info/SOURCES.txt'

/software/tgprojects $ cd tgtest/
/software/tgprojects/tgtest $ nosetests
.Failed to create client object: Daemon not running
F
======================================================================
FAIL: tgtest.tests.test_controllers.test_indextitle
----------------------------------------------------------------------
Traceback (most recent call last):
 File
"/usr/lib/python2.4/site-packages/nose-0.9.1-py2.4.egg/nose/case.py",
line 52, in runTest
   self.testFunc()
 File "/software/tgprojects/tgtest/tgtest/tests/test_controllers.py",
line 16, in test_indextitle
   assert "<TITLE>Welcome to TurboGears</TITLE>" in
cherrypy.response.body[0]
AssertionError

----------------------------------------------------------------------
Ran 2 tests in 1.825s

FAILED (failures=1)

I'm running turbogears trunk on linux python 2.4.3:

/software/svn/turbogears $ svn info
URL: http://www.turbogears.org/svn/turbogears/trunk
Revision: 2242

and it seems the dependencies are satisfied. Same error with
nose-0.9.0, FWIW.

# grep -E 'TurboJson|(...)|nose'
/usr/lib/python2.4/site-packages/easy-install.pth
./setuptools-0.6c3-py2.4.egg
./cElementTree-1.0.5_20051216-py2.4-linux-i686.egg
./elementtree-1.2.6_20050316-py2.4.egg
./simplejson-1.4-py2.4.egg
./SQLObject-0.7.1-py2.4.egg
./TurboKid-0.9.9-py2.4.egg
./TurboCheetah-0.9.5-py2.4.egg
./TurboJson-0.9.9-py2.4.egg
./FormEncode-0.6-py2.4.egg
./PasteScript-1.0-py2.4.egg
./CherryPy-2.2.1-py2.4.egg
./Genshi-0.3.6-py2.4.egg
./RuleDispatch-0.5a0.dev_r2247-py2.4-linux-i686.egg
./nose-0.9.1-py2.4.egg


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to