Closed
Description
We can see from the coverage report that they're not being run:
https://app.codecov.io/gh/pandas-dev/pandas/blob/main/pandas/tests/io/json/test_readlines.py
This is because their name doesn't start with test_
So, task here is:
- rename the tests so they start with
test_
- run them, check if they pass
- stage, commit, push, pull request