Ignore:
Timestamp:
25 Jun 2009, 12:07:07 (15 years ago)
Author:
uli
Message:

Tear down functional layer to get correct coverage results.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/testing.py

    r3521 r4356  
    55ftesting_zcml = os.path.join(
    66    os.path.dirname(waeup.__file__), 'ftesting.zcml')
    7 FunctionalLayer = ZCMLLayer(ftesting_zcml, __name__, 'FunctionalLayer')
     7FunctionalLayer = ZCMLLayer(ftesting_zcml, __name__, 'FunctionalLayer',
     8                            allow_teardown=True)
Note: See TracChangeset for help on using the changeset viewer.