File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -48,3 +48,6 @@ htmlcov/
4848# Local env
4949.envs
5050.hope
51+ /.cache /
52+ /.ipynb_checkpoints /
53+ /.settings /
Original file line number Diff line number Diff line change 22<?eclipse-pydev version =" 1.0" ?><pydev_project >
33<pydev_property name =" org.python.pydev.PYTHON_PROJECT_INTERPRETER" >Default</pydev_property >
44<pydev_property name =" org.python.pydev.PYTHON_PROJECT_VERSION" >python 2.7</pydev_property >
5+ <pydev_pathproperty name =" org.python.pydev.PROJECT_SOURCE_PATH" >
6+ <path >/${PROJECT_DIR_NAME}</path >
7+ </pydev_pathproperty >
58</pydev_project >
Original file line number Diff line number Diff line change @@ -22,12 +22,13 @@ clean-pyc:
2222 find . -name ' *.pyo' -exec rm -f {} +
2323 find . -name ' *~' -exec rm -f {} +
2424 find . -name ' __pycache__' -exec rm -rf {} +
25+ find . -name ' .hope' -exec rm -rf {} +
2526
2627lint :
2728 flake8 hope test
2829
2930test :
30- py.test
31+ py.test -v -s
3132
3233test-all :
3334 tox
You can’t perform that action at this time.
0 commit comments