From a604a71185f8a63e21a32e2619c5fc3fc93159f6 Mon Sep 17 00:00:00 2001 From: Jeffrey Rackauckas Date: Sun, 1 Jul 2018 18:53:18 -0700 Subject: [PATCH] Fixing usage.rst title. --- doc/en/usage.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/en/usage.rst b/doc/en/usage.rst index b1085c9e8..469602146 100644 --- a/doc/en/usage.rst +++ b/doc/en/usage.rst @@ -174,6 +174,8 @@ for example:: .. _trace-option: Dropping to PDB_ (Python Debugger) at the start of a test +----------------------------------------------- + ``pytest`` allows one to drop into the PDB_ prompt immediately at the start of each test via a command line option::