File: unittest.cfg

package info (click to toggle)
python-aiosmtpd 1.2.2-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,704 kB
  • sloc: python: 3,838; makefile: 39
file content (19 lines) | stat: -rw-r--r-- 361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[unittest]
verbose = 2
plugins =
    nose2.plugins.prof

[log-capture]
always-on = False
clear-handlers = True
date-format = None
; format = %%(name)s: %%(levelname)s: %%(message)s
format = %%(asctime)s: %%(name)s: %%(levelname)s: %%(message)s
filter = -nose
log-level = DEBUG

[profiler]
always-on = False
filename = _dynamic/cPROFILE
restrict =
sort = ncalls