Refs: CircleCI 2.0 Parallelism for Django unit test using built in manage.py test
which has been closed.
Anyone that can help? We need to parallelize the execution of our tests. We have
The command we use is pipenv run ./manage.py test -v 2
.
How can we parallelize? I don’t see a way to give part of the test files as argument to the command above.