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

Add a run_test script to make testing easier. #1

Open
jlward opened this issue Oct 5, 2015 · 0 comments
Open

Add a run_test script to make testing easier. #1

jlward opened this issue Oct 5, 2015 · 0 comments

Comments

@jlward
Copy link

jlward commented Oct 5, 2015

The script I always use looks like:

coverage run --source='whatsdaelandoing/' manage.py test $@ --verbosity=2 && coverage report --show-missing --fail-under=100 --omit="*test*.py" && find fsd -name '*.py' | grep -v migration | xargs flake8 && echo SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant