Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from nose to nose2 #112

Merged
merged 1 commit into from Dec 31, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .coveragerc
@@ -1,3 +1,6 @@
[run]
source =
opwen_email_server/

omit =
opwen_email_server/integration/*
2 changes: 1 addition & 1 deletion makefile
Expand Up @@ -11,7 +11,7 @@ venv: requirements.txt requirements-dev.txt requirements-prod.txt
$(py_env)/bin/pip install -r requirements-prod.txt

tests: venv
$(py_env)/bin/nosetests --exe --with-coverage --cover-package=opwen_email_server --cover-html
$(py_env)/bin/coverage run -m nose2 && $(py_env)/bin/coverage report

lint-swagger: venv
find opwen_email_server/swagger -type f -name '*.yaml' \
Expand Down
3 changes: 1 addition & 2 deletions requirements-dev.txt
@@ -1,10 +1,9 @@
coverage==4.5.2
flake8==3.6.0
flex==6.13.2
librabbitmq==2.0.0
lockfile==0.12.2
mypy==0.650
nose==1.3.7
nose2[coverage_plugin]==0.8.0
python-dotenv==0.10.1
responses==0.10.5
bandit==1.5.1