Skip to content

Commit

Permalink
MINOR: [Docs][Python] Update python_test.cc reference (#44622)
Browse files Browse the repository at this point in the history
### Rationale for this change

Commit 21dbf4a moved the location of `python_test.cc`.

### What changes are included in this PR?

PR updates the reference to `python_test.cc`.

### Are these changes tested?

### Are there any user-facing changes?

No.

Authored-by: Emmanuel Ferdman <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
  • Loading branch information
emmanuel-ferdman authored Nov 6, 2024
1 parent bbda6b1 commit 9b27f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/developers/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ and look for the "custom options" section.
.. note::

There are a few low-level tests written directly in C++. These tests are
implemented in `pyarrow/src/python_test.cc <https://github.com/apache/arrow/blob/main/python/pyarrow/src/python_test.cc>`_,
implemented in `pyarrow/src/arrow/python/python_test.cc <https://github.com/apache/arrow/blob/main/python/pyarrow/src/arrow/python/python_test.cc>`_,
but they are also wrapped in a ``pytest``-based
`test module <https://github.com/apache/arrow/blob/main/python/pyarrow/tests/test_cpp_internals.py>`_
run automatically as part of the PyArrow test suite.
Expand Down

0 comments on commit 9b27f42

Please sign in to comment.