run tests in parallel #8
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
at least on local dev pytest should be allowed to use all the CPUs
pytest-xdist's output is not as pretty as pytest's and it has other requirements regarding test order.
Since parallel execution is not that important atm (we have only a few tests), this issue will be closed.