Skip to content

Commit

Permalink
include nbtutor for cov report
Browse files Browse the repository at this point in the history
  • Loading branch information
lgpage committed Dec 23, 2016
1 parent 25f2923 commit 913c2bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -70,7 +70,7 @@
"pkg:conda": "conda build conda.recipe -c javascript -c mutirri -c cpcloud -c anaconda-nb-extensions -c lgpage",
"pkg:pypi": "python setup.py register -r pypitest && python setup.py sdist && python setup.py bdist_wheel && python setup.py sdist upload -r pypitest && python setup.py bdist_wheel upload -r pypitest",
"pkg:pypi:release": "python setup.py register -r pypi && python setup.py sdist && python setup.py bdist_wheel && python setup.py sdist bdist_wheel upload -r pypi",
"tests": "py.test --cov --cov-report=term-missing -vv tests",
"tests": "py.test --cov --cov-report=term-missing -vv tests nbtutor",
"watch": "watch 'npm run build:dev' src",
"watch:test": "watch 'npm run test' ./nbtutor/static/nbtutor/js"
},
Expand Down
3 changes: 2 additions & 1 deletion tests/test_nbtutor.py
@@ -1,3 +1,4 @@

def test_main():
pass
import nbtutor
# TODO Proper test suite

0 comments on commit 913c2bd

Please sign in to comment.