~tomasgroth/openlp/portable-path

« back to all changes in this revision

Viewing changes to nose2.cfg

  • Committer: Tomas Groth
  • Date: 2019-04-30 19:02:42 UTC
  • mfrom: (2829.2.32 openlp)
  • Revision ID: tomasgroth@yahoo.dk-20190430190242-6zwjk8724tyux70m
trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[unittest]
2
 
verbose = True
 
2
verbose = true
3
3
plugins = nose2.plugins.mp
4
4
 
5
5
[log-capture]
9
9
log-level = ERROR
10
10
 
11
11
[test-result]
12
 
always-on = True
13
 
descriptions = True
 
12
always-on = true
 
13
descriptions = true
14
14
 
15
15
[coverage]
16
 
always-on = True
 
16
always-on = true
17
17
coverage = openlp
18
18
coverage-report = html
19
19
 
20
20
[multiprocess]
21
 
always-on = False
 
21
always-on = false
22
22
processes = 4
23
23
 
24
24
[output-buffer]
25
 
always-on = True
26
 
stderr = True
27
 
stdout = False
 
25
always-on = true
 
26
stderr = true
 
27
stdout = true