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
Refactor tests #29
Refactor tests #29
Conversation
Can we get this geen in reafactoring branch? |
If we merge this into master, I'll merge it into / rebase it into #17 (my intention is that) |
There is some missing statemets regarding django-extension |
You are welcome to merge it in refactoring directly |
Can you explain this? |
tox.ini
Outdated
commands = | ||
flake8 --show-source django_activeurl | ||
flake8 | ||
commands = flake8 django_extensions tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is wrong package name statement
What is safity and precommit? |
Removed remnants of precommit, but safety is https://pypi.python.org/pypi/safety/1.5.1 (https://github.com/pyupio/safety) Want to keep or remove? |
Lets merge this to the master when it will becomes green |
As for me we can remove safity |
Removed safety |
Also, I slipped in a change from nose -> pytest in 07595ff |
No description provided.