We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We could add sensible defaults to ArchesTestRunner in order to shorten the invocation from
python manage.py test tests --settings=tests.test_settings
to just
python manage.py test
or even
./manage.py test
...if we make manage.py executable, which django-admin startproject does for you, but the arches command does not.
django-admin startproject
The text was updated successfully, but these errors were encountered:
We already did this for the --pattern option.
Sorry, something went wrong.
No branches or pull requests
We could add sensible defaults to ArchesTestRunner in order to shorten the invocation from
python manage.py test tests --settings=tests.test_settings
to just
python manage.py test
or even
./manage.py test
...if we make manage.py executable, which
django-admin startproject
does for you, but the arches command does not.The text was updated successfully, but these errors were encountered: