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 `update_yaxis_input_select()` function #102

Closed Rebekah-Chuang closed 8 months ago

Rebekah-Chuang commented 8 months ago

This PR adds a unit test for the update_yaxis_input_select() function in the test_functions.py file. The test ensures that the function correctly generates axis_id and updates the y-axis dropdown based on the selected plot type.

closes #101