From 620d457756b519ba6b6c52c10412b84ea7c46ceb Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 2 Mar 2020 17:08:37 +0100 Subject: [PATCH] doc: add __tracebackhide__ label --- doc/en/example/simple.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/en/example/simple.rst b/doc/en/example/simple.rst index 1a5c5b444..c25f4d53b 100644 --- a/doc/en/example/simple.rst +++ b/doc/en/example/simple.rst @@ -218,8 +218,10 @@ Or run it including the ``slow`` marked test: ============================ 2 passed in 0.12s ============================= +.. _`__tracebackhide__`: + Writing well integrated assertion helpers --------------------------------------------------- +----------------------------------------- .. regendoc:wipe