add log handler since sugar ps bindings use logging
This commit is contained in:
parent
716dadd0ad
commit
8152672e49
@ -346,6 +346,9 @@ class ActivityTests(GenericTestCase):
|
||||
addToSuite = staticmethod(addToSuite)
|
||||
|
||||
def main():
|
||||
import logging
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
|
||||
suite = unittest.TestSuite()
|
||||
BuddyTests.addToSuite(suite)
|
||||
ActivityTests.addToSuite(suite)
|
||||
|
Loading…
Reference in New Issue
Block a user