Package buildxml :: Package test :: Module test_appLogging
[hide private]
[frames] | no frames]

Source Code for Module buildxml.test.test_appLogging

 1  #!/usr/bin/python 
 2  # -*- coding: utf-8 -*- 
 3   
 4   
5 -def test_logger_get_logger(testsetup):
6 testsetup.logger.debug(u'Test') 7 print testsetup.logfilename 8 assert False #testsetup.tmpdir.join(u'test.log').check()
9