You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(feature-processor): Mock classpath_jars in spark session factory tests
- Add @patch decorator to mock feature_store_pyspark.classpath_jars in test_spark_session_factory_configuration
- Add @patch decorator to mock feature_store_pyspark.classpath_jars in test_spark_session_factory_configuration_on_training_job
- Add @patch decorator to mock feature_store_pyspark.classpath_jars in test_spark_session_factory
- Add @patch decorator to mock feature_store_pyspark.classpath_jars in test_spark_session_factory_with_iceberg_config
- Add @patch decorator to mock feature_store_pyspark.classpath_jars in test_spark_session_factory_same_instance
- Add @patch decorator to mock feature_store_pyspark.classpath_jars in test_spark_configs_use_dynamic_hadoop_version
- Replace direct calls to feature_store_pyspark.classpath_jars() with mock_classpath_jars.return_value
- Update test_repack_model.py to use resolved path variable for consistency in _get_safe_members test
0 commit comments