diff --git a/docs/productive/testing.rst b/docs/productive/testing.rst index 45d0b72a0..ee3a6ccd3 100644 --- a/docs/productive/testing.rst +++ b/docs/productive/testing.rst @@ -2,9 +2,9 @@ Testing ======= All the options you have for :doc:`testing your notebooks -` are also available for Python packages. In -addition, you can also check the test coverage of your package and have your -tests executed automatically on a regular basis. +` are also available for Python +packages. In addition, you can also check the test coverage of your package and +have your tests executed automatically on a regular basis. .. seealso:: :doc:`python-basics:test/index`