Last change
on this file since 7032 was
6903,
checked in by Henrik Bettermann, 13 years ago
|
Let's grok w.c. instead of w.s for testing.
|
-
Property svn:keywords set to
Id
|
File size:
346 bytes
|
Rev | Line | |
---|
[6903] | 1 | """Testing support for :mod:`waeup.custom`. |
---|
| 2 | """ |
---|
| 3 | import os.path |
---|
| 4 | import waeup.custom |
---|
| 5 | from zope.app.testing.functional import ZCMLLayer |
---|
| 6 | |
---|
| 7 | ftesting_zcml = os.path.join( |
---|
| 8 | os.path.dirname(waeup.custom.__file__), 'ftesting.zcml') |
---|
| 9 | FunctionalLayer = ZCMLLayer(ftesting_zcml, __name__, 'FunctionalLayer', |
---|
| 10 | allow_teardown=True) |
---|
Note: See
TracBrowser for help on using the repository browser.