We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff28a3e commit a7a1410Copy full SHA for a7a1410
doc/source/development/contributing_codebase.rst
@@ -762,8 +762,7 @@ install pandas) by typing::
762
your installation is probably fine and you can start contributing!
763
764
Often it is worth running only a subset of tests first around your changes before running the
765
-entire suite (tip: you can use the `pandas-coverage app <https://pandas-coverage-12d2130077bc.herokuapp.com/>`_)
766
-to find out which tests hit the lines of code you've modified, and then run only those).
+entire suite.
767
768
The easiest way to do this is with::
769
0 commit comments