Changeset 944 in tailor
- Timestamp:
- 10/20/05 02:33:09 (8 years ago)
- Hash name:
- 20051020003309-97f81-5421c99392806d7747d276c5313c0e780c91edf1
- Location:
- vcpx/tests
- Files:
-
- 1 added
- 1 edited
-
config.py (modified) (1 diff)
-
data/config-with_logging.py (added)
Legend:
- Unmodified
- Added
- Removed
-
vcpx/tests/config.py
r937 r944 73 73 wd = project4.workingDir() 74 74 self.assert_(not wd.shared_basedirs) 75 76 def testWithLogging(self): 77 """Verify a configuration containing also a [[logging]] section""" 78 79 from logging import getLogger 80 81 config = Config(self.getTestConfiguration("config-with_logging"), {}) 82 83 logger = getLogger() 84 self.assertEqual(logger.handlers[0].formatter._fmt, 'DUMMY')
Note: See TracChangeset
for help on using the changeset viewer.
