From c6ede2dbca90b4fa752a9dfe35dbb1325e522498 Mon Sep 17 00:00:00 2001 From: Lars Alexander Blumberg Date: Tue, 15 Aug 2017 09:43:42 +0200 Subject: Only include test code snippet that has been added --- docs/quick_tutorial/static_assets.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/quick_tutorial/static_assets.rst b/docs/quick_tutorial/static_assets.rst index 3235f8561..81a01061a 100644 --- a/docs/quick_tutorial/static_assets.rst +++ b/docs/quick_tutorial/static_assets.rst @@ -46,7 +46,9 @@ Steps #. We add a functional test that asserts that the newly added static file is delivered: .. literalinclude:: static_assets/tutorial/tests.py - :linenos: + :language: python + :pyobject: TutorialFunctionalTests.test_css + :lineno-match: #. Now run the tests: -- cgit v1.2.3