Rebekah-Chuang / VizAble

VizAble is a web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind).
MIT License
3 stars 0 forks source link

test: reduce test dataframe size and add unit test for `read_csv_file()` function #135

Closed Rebekah-Chuang closed 7 months ago

Rebekah-Chuang commented 7 months ago

This PR reduces the test dataframe to only 5 rows in order to test an edge case. This will help ensure that the code handles smaller dataframes correctly.

closes #134