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

Simplify test invocation command #11512

Open
jacobtylerwalls opened this issue Sep 28, 2024 · 1 comment
Open

Simplify test invocation command #11512

jacobtylerwalls opened this issue Sep 28, 2024 · 1 comment

Comments

@jacobtylerwalls
Copy link
Member

jacobtylerwalls commented Sep 28, 2024

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.

@jacobtylerwalls
Copy link
Member Author

We already did this for the --pattern option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant