Skip to content

Instantly share code, notes, and snippets.

@piotr-dobrogost
Created September 29, 2015 12:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piotr-dobrogost/b103ee6ee5081674eed5 to your computer and use it in GitHub Desktop.
Save piotr-dobrogost/b103ee6ee5081674eed5 to your computer and use it in GitHub Desktop.
==================================================================================== test session starts ====================================================================================
platform linux2 -- Python 2.7.10 -- py-1.4.30 -- pytest-2.7.3
rootdir: /home/piotr/projects/kotti_content_proxy, inifile: setup.cfg
plugins: Kotti, xdist, xdist, xdist, cache, pep8, cov, pycharm
collected 8 items
kotti_content_proxy/__init__.py s
kotti_content_proxy/resources.py s
kotti_content_proxy/views.py s
kotti_content_proxy/tests/conftest.py s
kotti_content_proxy/tests/test_models.py s.
kotti_content_proxy/tests/test_views.py s.
--------------------------------------------------------------------- coverage: platform linux2, python 2.7.10-final-0 ----------------------------------------------------------------------
Name Stmts Miss Cover Missing
------------------------------------------------------------------------
kotti_content_proxy/__init__.py 8 3 63% 14, 18-19
kotti_content_proxy/resources.py 26 0 100%
kotti_content_proxy/tests/conftest.py 10 0 100%
kotti_content_proxy/tests/test_models.py 9 0 100%
kotti_content_proxy/tests/test_views.py 3 0 100%
kotti_content_proxy/views.py 29 4 86% 63-65, 75
------------------------------------------------------------------------
TOTAL 85 7 92%
================================================================================== short test summary info ==================================================================================
SKIP [6] /home/piotr/projects/kotti_content_proxy/env/lib/python2.7/site-packages/pytest_pep8.py:64: file(s) previously passed PEP8 checks
============================================================================ 2 passed, 6 skipped in 1.44 seconds ============================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment