Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sbenthall/05f585518cac8e27039a7c1b5da11a62 to your computer and use it in GitHub Desktop.
Save sbenthall/05f585518cac8e27039a7c1b5da11a62 to your computer and use it in GitHub Desktop.
$ nosetests --with-coverage --cover-package=bigbang
/home/sb/anaconda3/envs/bigbang/lib/python2.7/site-packages/IPython/nbformat.py:13: ShimWarning: The `IPython.nbformat` package has been deprecated since IPython 4.0. You should import from nbformat instead.
"You should import from nbformat instead.", ShimWarning)
/home/sb/anaconda3/envs/bigbang/lib/python2.7/site-packages/nbformat/current.py:19: UserWarning: nbformat.current is deprecated.
- use nbformat for read/write/validate public API
- use nbformat.vX directly to composing notebooks of a particular version
""")
/home/sb/anaconda3/envs/bigbang/lib/python2.7/site-packages/IPython/nbconvert.py:13: ShimWarning: The `IPython.nbconvert` package has been deprecated since IPython 4.0. You should import from nbconvert instead.
"You should import from nbconvert instead.", ShimWarning)
.........
Name Stmts Miss Cover
--------------------------------------------------
bigbang/__init__.py 0 0 100%
bigbang/archive.py 158 59 63%
bigbang/entity_resolution.py 59 9 85%
bigbang/git_repo.py 110 65 41%
bigbang/mailman.py 265 181 32%
bigbang/parse.py 66 41 38%
bigbang/process.py 116 60 48%
bigbang/repo_loader.py 156 95 39%
bigbang/thread.py 84 26 69%
bigbang/utils.py 56 30 46%
bigbang/w3crawl.py 113 90 20%
--------------------------------------------------
TOTAL 1183 656 45%
----------------------------------------------------------------------
Ran 9 tests in 1.880s
OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment