plotly / plotly.py

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
https://plotly.com/python/
MIT License
16.3k stars 2.55k forks source link

Fix bug in IntegerValidator when an array contains both strings and integers, and add tests for IntegerValidator extras #4693

Closed marthacryan closed 3 months ago

marthacryan commented 3 months ago

Follow-up PR to #4612. Adds basic tests for passing and rejecting - also fixes a bug found while testing where the integer validator threw an error when arrays contained both strings and integers.

Code PR

archmoj commented 3 months ago

Please rename the title of the PR to indicate that this is a bug fix. Also please add a changelog entry.

- [ ] I have added a CHANGELOG entry if fixing/changing/adding anything substantial
marthacryan commented 3 months ago

Please rename the title of the PR to indicate that this is a bug fix. Also please add a changelog entry.

- [ ] I have added a CHANGELOG entry if fixing/changing/adding anything substantial

@archmoj Added! How does it look?