We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14dda9 commit bff8431Copy full SHA for bff8431
doc/source/development/contributing_codebase.rst
@@ -812,7 +812,8 @@ install pandas) by typing::
812
your installation is probably fine and you can start contributing!
813
814
Often it is worth running only a subset of tests first around your changes before running the
815
-entire suite.
+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).
817
818
The easiest way to do this is with::
819
0 commit comments