BlakeBelisarius / data_science_for_fundraising

This repository explores data science building blocks and longer projects for the fundraising industry with publicly available data.
MIT License
0 stars 0 forks source link

Add Unit Tests for Feature Engineering Scripts #2

Open BlakeBelisarius opened 1 week ago

BlakeBelisarius commented 1 week ago

Currently, the feature engineering scripts in the src/feature_engineering/ directory lack unit tests. We need to add test cases to ensure the functionality of these scripts.

Skills Required: Python Pytest or another testing framework Familiarity with feature engineering