Dirk Alders 2 years ago
parent
commit
21bac82e0c
3 changed files with 2125 additions and 5278 deletions
  1. 1
    1
      __init__.py
  2. 2124
    5277
      _testresults_/unittest.json
  3. BIN
      _testresults_/unittest.pdf

+ 1
- 1
__init__.py View File

44
 __DESCRIPTION__ = """The Module {\\tt %s} is designed to help with python logging and to support some handlers for logging to memory.
44
 __DESCRIPTION__ = """The Module {\\tt %s} is designed to help with python logging and to support some handlers for logging to memory.
45
 For more Information read the sphinx documentation.""" % __name__.replace('_', '\_')
45
 For more Information read the sphinx documentation.""" % __name__.replace('_', '\_')
46
 """The Module Description"""
46
 """The Module Description"""
47
-__INTERPRETER__ = (2, 3, )
47
+__INTERPRETER__ = (3, )
48
 """The Tested Interpreter-Versions"""
48
 """The Tested Interpreter-Versions"""
49
 
49
 
50
 SHORT_FMT = "%(asctime)s: %(name)s - %(levelname)s - %(message)s"
50
 SHORT_FMT = "%(asctime)s: %(name)s - %(levelname)s - %(message)s"

+ 2124
- 5277
_testresults_/unittest.json
File diff suppressed because it is too large
View File


BIN
_testresults_/unittest.pdf View File


Loading…
Cancel
Save