Ignore:
Timestamp:
8 Mar 2012, 22:28:46 (13 years ago)
Author:
Henrik Bettermann
Message:

KOFA -> Kofa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/testing.py

    r7817 r7819  
    163163         If you use the Zope testrunner (from :mod:`zope.testing`)
    164164         then you have to use appropriate layers like the
    165          :class:`waeup.kofa.testing.KOFAUnitTestLayer`.
     165         :class:`waeup.kofa.testing.KofaUnitTestLayer`.
    166166
    167167    Usage with :mod:`zope.testing` testrunners
     
    172172    like the one defined in this module.
    173173
    174     .. seealso:: :class:`waeup.kofa.testing.KOFAUnitTestLayer`
     174    .. seealso:: :class:`waeup.kofa.testing.KofaUnitTestLayer`
    175175
    176176    """
     
    214214    return
    215215
    216 class KOFAUnitTestLayer(object):
     216class KofaUnitTestLayer(object):
    217217    """A layer for tests that groks `waeup.kofa`.
    218218
     
    237237
    238238      import unittest
    239       from waeup.kofa.testing import KOFAUnitTestLayer
     239      from waeup.kofa.testing import KofaUnitTestLayer
    240240
    241241      class MyTestCase(unittest.TestCase):
    242242
    243           layer = KOFAUnitTestLayer
     243          layer = KofaUnitTestLayer
    244244
    245245          # per-test setups and real tests go here...
Note: See TracChangeset for help on using the changeset viewer.