We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e9a12 commit 78fa6d2Copy full SHA for 78fa6d2
template/test_template.py
@@ -1,14 +1,19 @@
1
# -*- coding:utf-8 -*-
2
3
+# import logging
4
import unittest
5
6
+# from com.dvsnier.config.journal.common_config import config
7
+
8
9
class Test_XXX(unittest.TestCase):
10
''' the test xxx '''
11
@classmethod
12
def setUpClass(cls):
13
print("...the set up...")
14
print('')
15
+ # kwargs = {'output_dir_name': 'log', 'file_name': 'config', 'level': logging.DEBUG}
16
+ # cls._logging = config(kwargs)
17
18
def setUp(self):
19
super(Test_XXX, self).setUp()
0 commit comments