File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -17,28 +17,6 @@ class PropertiesExpectPropRefColumnValuesToNotBeNull(gxe.ExpectColumnValuesToNot
1717 description : str = "Expect LPRO_PROPREF (prop ref) values to not be Null"
1818
1919
20- class PropertiesExpectPropTypeCodeToBeInSet (gxe .ExpectColumnValuesToBeInSet ):
21- column : str = "LPRO_HOU_PTV_CODE"
22- value_set : list = [
23- "BUN" ,
24- "CMC" ,
25- "CMF" ,
26- "COM" ,
27- "CYC" ,
28- "DUP" ,
29- "FLT" ,
30- "GAR" ,
31- "HOU" ,
32- "MAI" ,
33- "PRA" ,
34- "PSP" ,
35- "ROM" ,
36- "STD" ,
37- "TRV" ,
38- ]
39- description : str = "Expect property type codes to contain one of the set"
40-
41-
4220class PropertiesExpectOccStatusCodeToBeInSet (gxe .ExpectColumnValuesToBeInSet ):
4321 column : str = "LPRO_SCO_CODE"
4422 value_set : list = ["OCC" , "VOI" , "CLO" ]
@@ -160,7 +138,6 @@ class PropertiesExpectPropColumnsToMatchOrderedList(gxe.ExpectTableColumnsToMatc
160138suite = gx .ExpectationSuite (name = "properties_data_load_suite" )
161139
162140suite .add_expectation (PropertiesExpectPropRefColumnValuesToBeUnique ())
163- suite .add_expectation (PropertiesExpectPropTypeCodeToBeInSet ())
164141suite .add_expectation (PropertiesExpectOccStatusCodeToBeInSet ())
165142suite .add_expectation (PropertiesExpectOrgIndicatorToBeInSet ())
166143suite .add_expectation (PropertiesExpectOwnTypeToBeInSet ())
You can’t perform that action at this time.
0 commit comments