From 050378fa72014c4ba6b0ff2f4ae92f516afefa2e Mon Sep 17 00:00:00 2001 From: Axel Haustant Date: Fri, 17 Apr 2015 17:20:57 +0200 Subject: [PATCH] Little README tuning --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2414ed16..5a873e22 100644 --- a/README.rst +++ b/README.rst @@ -112,7 +112,10 @@ tox and each supported Python version should be installed in your environment: If you wish to run one single or selected tests, use the nosetest convention. It will find the folder, eventually the file, go to the TestClass specified after the colon and eventually right to the single test. Also use the -s argument if you want to print out whatever or access pdb while testing. -``python setup.py nosetests --tests tests/test_django.py:QuerySetTest.test_get_document_or_404 -s`` + +.. code-block:: shell + + $ python setup.py nosetests --tests tests/test_django.py:QuerySetTest.test_get_document_or_404 -s Community =========