diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-12-23 04:07:09 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-12-23 04:07:09 -0800 |
| commit | d5662c9f169575d868655068ae6f3b346b223af7 (patch) | |
| tree | 7d4a56ddeeb79eec7507804d760df012ed6ccfe5 /docs | |
| parent | 81bf1454ad841b8250640f73d2186f2b8778dfac (diff) | |
| download | pyramid-d5662c9f169575d868655068ae6f3b346b223af7.tar.gz pyramid-d5662c9f169575d868655068ae6f3b346b223af7.tar.bz2 pyramid-d5662c9f169575d868655068ae6f3b346b223af7.zip | |
alignment was off
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tutorials/wiki/installation.rst | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst index 8b185a5c6..2400f1b13 100644 --- a/docs/tutorials/wiki/installation.rst +++ b/docs/tutorials/wiki/installation.rst @@ -259,17 +259,17 @@ If successful, you will see output something like this: plugins: cov-2.4.0 collected 1 items - tutorial/tests.py . - ------------------ coverage: platform Python 3.6.0 ------------------ - Name Stmts Miss Cover Missing - ------------------------------------------------------- - tutorial/__init__.py 14 9 36% 7-8, 14-20 - tutorial/models.py 10 6 40% 9-14 - tutorial/views.py 4 0 100% - ------------------------------------------------------- - TOTAL 28 15 46% - - ===================== 1 passed in 0.31 seconds ====================== + tutorial/tests.py . + ------------------ coverage: platform Python 3.6.0 ------------------ + Name Stmts Miss Cover Missing + ------------------------------------------------------- + tutorial/__init__.py 14 9 36% 7-8, 14-20 + tutorial/models.py 10 6 40% 9-14 + tutorial/views.py 4 0 100% + ------------------------------------------------------- + TOTAL 28 15 46% + + ===================== 1 passed in 0.31 seconds ====================== Our package doesn't quite have 100% test coverage. |
