From f985f47a02a512e1280ef6817c1cf4b72d50b5b2 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 31 Aug 2016 20:30:06 -0400 Subject: [PATCH] Fix reportingdemo call to pytest --- doc/en/example/reportingdemo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/example/reportingdemo.rst b/doc/en/example/reportingdemo.rst index 6275bc941..fb6447505 100644 --- a/doc/en/example/reportingdemo.rst +++ b/doc/en/example/reportingdemo.rst @@ -9,7 +9,7 @@ and how ``pytest`` presents things (unfortunately not showing the nice colors here in the HTML that you get on the terminal - we are working on that):: - $ pytest failure_demo.py + assertion $ pytest failure_demo.py ======= test session starts ======== platform linux -- Python 3.5.2, pytest-3.0.1, py-1.4.31, pluggy-0.3.1 rootdir: $REGENDOC_TMPDIR/assertion, inifile: