Skip to content

Commit 78fa6d2

Browse files
committed
the test template upgrade
1 parent 15e9a12 commit 78fa6d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

template/test_template.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
# -*- coding:utf-8 -*-
22

3+
# import logging
34
import unittest
45

6+
# from com.dvsnier.config.journal.common_config import config
7+
58

69
class Test_XXX(unittest.TestCase):
710
''' the test xxx '''
811
@classmethod
912
def setUpClass(cls):
1013
print("...the set up...")
1114
print('')
15+
# kwargs = {'output_dir_name': 'log', 'file_name': 'config', 'level': logging.DEBUG}
16+
# cls._logging = config(kwargs)
1217

1318
def setUp(self):
1419
super(Test_XXX, self).setUp()

0 commit comments

Comments
 (0)