Skip to content

Commit ec9c26d

Browse files
committed
fix(test-types): update text strings to match docs
1 parent 77b6ba3 commit ec9c26d

49 files changed

Lines changed: 74 additions & 74 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

testgen/template/dbsetup_test_types/test_types_Aggregate_Balance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test_types:
44
test_name_short: Aggregate Balance
55
test_name_long: Aggregate values per group match reference
66
test_description: |-
7-
Tests for exact match in aggregate values for each set of column values vs. reference dataset
7+
Tests for exact match in aggregate measure for each set of column values compared to reference dataset.
88
except_message: |-
99
Aggregate measure per set of column values does not exactly match reference dataset.
1010
measure_uom: Mismatched measures

testgen/template/dbsetup_test_types/test_types_Aggregate_Balance_Percent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test_types:
44
test_name_short: Aggregate Balance Percent
55
test_name_long: Aggregate measure per group within percent of reference
66
test_description: |-
7-
Tests that aggregate measure for each set of column values fall within a percent range above or below the measure for reference dataset
7+
Tests that aggregate measure for each set of column values falls within a percent range above or below the measure for reference dataset.
88
except_message: |-
99
Aggregate measure per set of column values is outside percent range of reference dataset.
1010
measure_uom: Mismatched measures

testgen/template/dbsetup_test_types/test_types_Aggregate_Balance_Range.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test_types:
44
test_name_short: Aggregate Balance Range
55
test_name_long: Aggregate measure per group within hard range of reference
66
test_description: |-
7-
Tests that aggregate measure for each set of column values fall within a hard range above or below the measure for reference dataset
7+
Tests that aggregate measure for each set of column values falls within a hard range above or below the measure for reference dataset.
88
except_message: |-
99
Aggregate measure per set of column values is outside expected range of reference dataset.
1010
measure_uom: Mismatched measures

testgen/template/dbsetup_test_types/test_types_Aggregate_Minimum.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test_types:
44
test_name_short: Aggregate Minimum
55
test_name_long: Aggregate values per group are at or above reference
66
test_description: |-
7-
Tests that aggregate values for each set of column values are at least the same as reference dataset
7+
Tests that aggregate values for each set of column values are at least the same as reference dataset.
88
except_message: |-
99
Aggregate measure per set of column values is not at least the same as reference dataset.
1010
measure_uom: Mismatched measures

testgen/template/dbsetup_test_types/test_types_Alpha_Trunc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ test_types:
44
test_name_short: Alpha Truncation
55
test_name_long: Maximum character count consistent
66
test_description: |-
7-
Tests that the maximum count of characters in a column value has not dropped vs. baseline data
7+
Tests that maximum count of characters in column values has not dropped compared to baseline data.
88
except_message: |-
9-
Maximum length of values has dropped from prior expected length.
9+
Maximum length of values has dropped compared to baseline.
1010
measure_uom: Values over max
1111
measure_uom_description: null
1212
selection_criteria: |-

testgen/template/dbsetup_test_types/test_types_Avg_Shift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test_types:
44
test_name_short: Average Shift
55
test_name_long: Column mean is consistent with reference
66
test_description: |-
7-
Tests for statistically-significant shift in mean value for column from average calculated at baseline.
7+
Tests for statistically significant shift in mean value for column from average calculated at baseline.
88
except_message: |-
99
Standardized difference between averages is over the selected threshold level.
1010
measure_uom: Difference Measure

testgen/template/dbsetup_test_types/test_types_CUSTOM.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test_types:
44
test_name_short: Custom Test
55
test_name_long: Custom-defined business rule
66
test_description: |-
7-
Custom SQL Query Test
7+
Custom SQL Query Test. A highly flexible business-rule test covering any error state that can be expressed by a SQL query against one or more tables in the database.
88
except_message: |-
99
Errors were detected according to test definition.
1010
measure_uom: Errors found

testgen/template/dbsetup_test_types/test_types_Combo_Match.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test_types:
44
test_name_short: Reference Match
55
test_name_long: Column values or combinations found in reference
66
test_description: |-
7-
Tests for the presence of one or a set of column values in a reference table
7+
Tests for the presence of one or a set of column values in reference dataset.
88
except_message: |-
99
Column value combinations are not found in reference table values.
1010
measure_uom: Missing values

testgen/template/dbsetup_test_types/test_types_Condition_Flag.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ test_types:
44
test_name_short: Custom Condition
55
test_name_long: Column values match pre-defined condition
66
test_description: |-
7-
Tests that each record in the table matches a pre-defined, custom condition
7+
Tests that each record in the table matches a predefined custom condition.
88
except_message: |-
9-
Value(s) found not matching defined condition.
9+
Values found not matching defined condition.
1010
measure_uom: Values Failing
1111
measure_uom_description: null
1212
selection_criteria: null

testgen/template/dbsetup_test_types/test_types_Constant.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ test_types:
44
test_name_short: Constant Match
55
test_name_long: All column values match constant value
66
test_description: |-
7-
Tests that all values in the column match the constant value identified in baseline data
7+
Tests that all values in column match the constant value identified in baseline data.
88
except_message: |-
9-
A constant value is expected for this column.
9+
Column values do not match expected constant value.
1010
measure_uom: Mismatched values
1111
measure_uom_description: null
1212
selection_criteria: |-

0 commit comments

Comments
 (0)