Skip to content

Instantly share code, notes, and snippets.

@brunsgaard
Created August 26, 2014 19:44
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 brunsgaard/a7ac59e9e50674d7e322 to your computer and use it in GitHub Desktop.
Save brunsgaard/a7ac59e9e50674d7e322 to your computer and use it in GitHub Desktop.
py.test --cov-report term-missing --cov httppost tests
================================= test session starts ==================================
platform darwin -- Python 2.7.6 -- py-1.4.23 -- pytest-2.6.0
plugins: cov
collected 12 items
tests/test_utils.py ............
------------------- coverage: platform darwin, python 2.7.6-final-0 --------------------
Name Stmts Miss Cover Missing
-----------------------------------------------------------
httppost/__init__ 0 0 100%
httppost/api/__init__ 25 25 0% 1-34
httppost/api/v2 66 66 0% 1-99
httppost/core 19 19 0% 1-34
httppost/exceptions 3 3 0% 1-5
httppost/ext/__init__ 0 0 100%
httppost/ext/flask_rpc 36 36 0% 1-80
httppost/ext/flask_security 43 43 0% 1-66
httppost/factory 22 22 0% 1-42
httppost/forms 51 51 0% 1-88
httppost/helpers 14 14 0% 1-23
httppost/prototools 96 96 0% 1-187
httppost/rpc 121 121 0% 1-212
httppost/utils 71 20 72% 185-197, 201-216
-----------------------------------------------------------
TOTAL 567 516 9%
============================== 12 passed in 0.08 seconds ===============================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment