Dirk Alders 4 년 전
부모
커밋
e5808ccfea
3개의 변경된 파일7044개의 추가작업 그리고 7041개의 파일을 삭제
  1. 5
    2
      __init__.py
  2. 7039
    7039
      _testresults_/unittest.json
  3. BIN
      _testresults_/unittest.pdf

+ 5
- 2
__init__.py 파일 보기

@@ -32,8 +32,11 @@ import os
32 32
 import pickle
33 33
 import sys
34 34
 
35
-logger_name = 'CACHING'
36
-logger = logging.getLogger(logger_name)
35
+try:
36
+    from config import APP_NAME as ROOT_LOGGER_NAME
37
+except ImportError:
38
+    ROOT_LOGGER_NAME = 'root'
39
+logger = logging.getLogger(ROOT_LOGGER_NAME).getChild(__name__)
37 40
 
38 41
 __DESCRIPTION__ = """The Module {\\tt %s} is designed to store information in {\\tt json} or {\\tt pickle} files to support them much faster then generating them from the original source file.
39 42
 For more Information read the documentation.""" % __name__.replace('_', '\_')

+ 7039
- 7039
_testresults_/unittest.json
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


BIN
_testresults_/unittest.pdf 파일 보기


Loading…
취소
저장