arches icon indicating copy to clipboard operation
arches copied to clipboard

Simplify test invocation command

Open jacobtylerwalls opened this issue 1 year ago • 1 comments

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 avatar Sep 28 '24 16:09 jacobtylerwalls

We already did this for the --pattern option.

jacobtylerwalls avatar Sep 28 '24 16:09 jacobtylerwalls