コード例 #1
0
 def test_show_plugins(self):
     sys.stdout = StringIO()
     try:
         config.show_plugins()
     finally:
         sys.stdout = sys.__stdout__
コード例 #2
0
ファイル: config.py プロジェクト: phongyanon/djangocms_polls
 def test_show_plugins(self):
     sys.stdout = StringIO()
     try:
         config.show_plugins()
     finally:
         sys.stdout = sys.__stdout__