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: add unit test for `functions.py/get_excel_sheet_names()` #56

Closed Rebekah-Chuang closed 8 months ago

Rebekah-Chuang commented 8 months ago

This pull request adds a unit test for the get_excel_sheet_names() function in the functions.py file. The test ensures that the function returns a list of correct sheet names for a valid Excel file and an empty list for an invalid file or if there is an error reading the file.

closes #55