Changeset 12653 for main/ikobacustom.pcn
- Timestamp:
- 2 Mar 2015, 13:14:58 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.pcn/branches/uli-fake-gw-provider/src/ikobacustom/pcn/testing.py
r12371 r12653 24 24 from waeup.ikoba.testing import FunctionalTestCase 25 25 26 26 27 # Some funcional layer that groks ikobacustom.pcn. 27 28 ftesting_zcml = os.path.join( … … 29 30 FunctionalLayer = ZCMLLayer(ftesting_zcml, __name__, 'FunctionalLayer', 30 31 allow_teardown=True) 32 31 33 32 34 def samples_dir():
Note: See TracChangeset for help on using the changeset viewer.