[Zope3-checkins] SVN: Zope3/branches/srichter-twisted-integration2/ Merged

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Sep 8 09:11:50 EDT 2005


Log message for revision 38392:
  Merged
  
  r30072 | srichter | 2005-04-20 22:50:01 -0400 (Wed, 20 Apr 2005) | 13 
  lines
  
  Added Twisted test runner; unfortunately our test runner would have a hard
  time collecting the twisted tests and run them properly for several
  reasons:
  
  - Twisted's tests are in a directory called 'test', not 'tests'.
  
  - Twisted's test need some special test setup that understands on how to
    interpret deferred function return values.
  
  If you really want to integrate Twisted's tests in our test runner, please
  do so; I would really appreciate it!
  
  

Changed:
  _U  Zope3/branches/srichter-twisted-integration2/
  A   Zope3/branches/srichter-twisted-integration2/trial.py

-=-

Property changes on: Zope3/branches/srichter-twisted-integration2
___________________________________________________________________
Name: svn:ignore
   - overrides_ftesting.zcml
products_ftesting.zcml
principals.zcml
products.zcml
overrides.zcml
zope.conf
Data.fs
Data.fs.*
build
dist
coverage
z3.log
access.log
zeo.log
test-db
zdsock
setup.bat
start.bat
test.bat

   + overrides_ftesting.zcml
principals.zcml
overrides.zcml
zope.conf
Data.fs
Data.fs.*
build
dist
coverage
z3.log
zeo.log
test-db
zdsock
setup.bat
start.bat
test.bat
_trial_temp


Copied: Zope3/branches/srichter-twisted-integration2/trial.py (from rev 30072, Zope3/branches/srichter-twisted-integration/trial.py)


Property changes on: Zope3/branches/srichter-twisted-integration2/trial.py
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:eol-style
   + native



More information about the Zope3-Checkins mailing list