Skip to content

Commit bff8431

Browse files
authored
DOC link to pandas-coverage app (#52163)
add life-pro-tip to use pandas-coverage app Co-authored-by: MarcoGorelli <>
1 parent b14dda9 commit bff8431

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/development/contributing_codebase.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,8 @@ install pandas) by typing::
812812
your installation is probably fine and you can start contributing!
813813

814814
Often it is worth running only a subset of tests first around your changes before running the
815-
entire suite.
815+
entire suite (tip: you can use the [pandas-coverage app](https://pandas-coverage.herokuapp.com/)
816+
to find out which tests hit the lines of code you've modified, and then run only those).
816817

817818
The easiest way to do this is with::
818819

0 commit comments

Comments
 (0)