~ubuntu-branches/ubuntu/natty/zope.testing/natty

« back to all changes in this revision

Viewing changes to src/zope/testing/testrunner/testrunner-colors.txt

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-09-12 22:00:01 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090912220001-vywiep8bpbaxdbix
Tags: 3.8.1-3
Add a conflict with python-zodb (<< 2.9). LP: #422428.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
    {red}        g(){normal}
125
125
    {red}      File "testrunner-ex/sample2/sampletests_e.py", line 24, in g{normal}
126
126
    {red}        x = y + 1{normal}
 
127
    {red}       - __traceback_info__: I don't know what Y should be.{normal}
127
128
    {red}    NameError: global name 'y' is not defined{normal}
128
129
    <BLANKLINE>
129
130
    <BLANKLINE>
138
139
    {cyan}    g(){normal}
139
140
    {normal}  File "{boldblue}testrunner-ex/sample2/sampletests_e.py{normal}", line {boldred}24{normal}, in {boldcyan}g{normal}
140
141
    {cyan}    x = y + 1{normal}
 
142
    {red}   - __traceback_info__: I don't know what Y should be.{normal}
141
143
    {red}NameError: global name 'y' is not defined{normal}
142
144
    <BLANKLINE>
143
145
    <BLANKLINE>