Skip to content

TST some tests in pandas/tests/io/json/test_readlines.py aren't being tested #50378

Closed
@MarcoGorelli

Description

@MarcoGorelli

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

Metadata

Metadata

Assignees

Labels

Testingpandas testing functions or related to the test suitegood first issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions