jupyter / jupyter_client

Jupyter protocol client APIs
https://jupyter-client.readthedocs.io
BSD 3-Clause "New" or "Revised" License
383 stars 283 forks source link

Improving jsonutil tests #929

Closed andrehora closed 1 year ago

andrehora commented 1 year ago

This PR improves the tests of jsonutil.py. It adds tests to parse_date and extract_dates by covering some untested cases. Coverage has also slightly increased.

Overall, I created 5 tests to cover some common and boundary cases:

Also, the test test_extract_dates was renamed to test_extract_dates_from_list.