From e4e3aa3449d3ae390402a9cead205626816a2938 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 27 Dec 2009 15:32:14 +0000 Subject: Rendering cleanups. --- docs/tutorials/bfgwiki/installation.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/tutorials/bfgwiki/installation.rst') diff --git a/docs/tutorials/bfgwiki/installation.rst b/docs/tutorials/bfgwiki/installation.rst index df3eeee93..90bd57e31 100644 --- a/docs/tutorials/bfgwiki/installation.rst +++ b/docs/tutorials/bfgwiki/installation.rst @@ -117,7 +117,8 @@ Preparation, Windows .. code-block:: bat - c:\bigfntut> Scripts\easy_install -i http://dist.repoze.org/bfgsite/simple docutils repoze.tm repoze.zodbconn repoze.who nose coverage + c:\bigfntut> Scripts\easy_install -i http://dist.repoze.org/bfgsite/simple \ + docutils repoze.tm repoze.zodbconn repoze.who nose coverage .. _making_a_project: @@ -228,7 +229,8 @@ On Windows: .. code-block:: bat - c:\bigfntut\tutorial> ..\Scripts\nosetests --cover-package=tutorial --cover-erase --with-coverage + c:\bigfntut\tutorial> ..\Scripts\nosetests --cover-package=tutorial \ + --cover-erase --with-coverage Looks like the code in the ``bfg_zodb`` template for ZODB projects is missing some test coverage, particularly in the file named -- cgit v1.2.3