Michael-J-Ward commented on code in PR #825:
URL: https://github.com/apache/datafusion-python/pull/825#discussion_r1733150424
##########
python/datafusion/tests/test_context.py:
##########
@@ -158,13 +158,43 @@ def test_from_arrow_table(ctx):
assert df.collect()[0].num_rows == 3
[email protected]
Review Comment:
```suggestion
```
`pytest` already doesn't consider this a test because it doesn't start with
`test_`.
https://docs.pytest.org/en/7.1.x/explanation/goodpractices.html#conventions-for-python-test-discovery
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]