test_prep_valuation_data
Tests for prep_valuation_data function in local_material module.
test_prep_valuation_data_duplicates(spark)
¶
Test prep_valuation_data with duplicate records.
Source code in code\tests\test_local_material\test_prep_valuation_data.py
test_prep_valuation_data_invalid_input()
¶
Test prep_valuation_data with invalid input type.
test_prep_valuation_data_missing_columns(spark)
¶
Test prep_valuation_data with missing columns in input DataFrame.
Source code in code\tests\test_local_material\test_prep_valuation_data.py
test_prep_valuation_data_valid_input(spark)
¶
Test prep_valuation_data with valid input data.