File tree Expand file tree Collapse file tree 2 files changed +21
-23
lines changed
python/plugins/processing/tests/testdata Expand file tree Collapse file tree 2 files changed +21
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -72,8 +72,27 @@ tests:
72
72
- ' Bfloatval'
73
73
results :
74
74
OUTPUT_HTML_FILE :
75
- name : expected/basic_statistics_numeric_float.html
76
- type : file
75
+ name : basic_statistics_numeric_float.html
76
+ type : regex
77
+ rules :
78
+ - ' Analyzed layer: multipolys.gml'
79
+ - ' Analyzed field: Bfloatval'
80
+ - ' Count: 3'
81
+ - ' Unique values: 3'
82
+ - ' Minimum value: -0.123'
83
+ - ' Maximum value: 0.123'
84
+ - ' Range: 0.246'
85
+ - ' Sum: 0.0'
86
+ - ' Mean value: 0.0'
87
+ - ' Median value: 0.0'
88
+ - ' Standard deviation: 0.100429079454'
89
+ - ' Coefficient of Variation: 0'
90
+ - ' Minority \(rarest occurring value\): -0.123'
91
+ - ' Majority \(most frequently occurring value\): -0.123'
92
+ - ' First quartile: -0.0615'
93
+ - ' Third quartile: 0.0615'
94
+ - ' NULL \(missing\) values: 1'
95
+ - ' Interquartile Range \(IQR\): 0.123'
77
96
78
97
- algorithm : qgis:basicstatisticsfortextfields
79
98
name : Test (qgis:basicstatisticsfortextfields)
You can’t perform that action at this time.
0 commit comments