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_file_id()` #44

Closed Rebekah-Chuang closed 8 months ago

Rebekah-Chuang commented 8 months ago

This pull request adds a unit test for the get_file_id() function in the functions.py file. The test ensures that the function correctly returns the file ID for a given file extension.

closes #43