Oladipo Odumosu
2016-11-16 444be45aac34818be37589dba3b5e594bc6a2caa
`pyramid-jinja2` 2.7 configured `setup.py` with test requirements out of the box
1 files modified
2 ■■■ changed files
docs/quick_tour.rst 2 ●●● patch | view | raw | blame | history
docs/quick_tour.rst
@@ -678,7 +678,7 @@
before its release.
Our ``pyramid_jinja2_starter`` scaffold generated a ``tests.py`` module with
one unit test in it. It also setup ``setup.py`` with test requirements:
one unit test in it. It also configured ``setup.py`` with test requirements:
``py.test`` as the test runner, ``WebTest`` for running view tests, and the
``pytest-cov`` tool which yells at us for code that isn't tested. The
highlighted lines show this: