Open zkan opened 6 years ago
Currently, it runs python manage.py test. It'd be better if it runs pytest instead.
python manage.py test
pytest
Currently, it runs
python manage.py test
. It'd be better if it runspytest
instead.