X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=HACKING;h=9d2f4ff506e5716993edd41b248935bbc9147283;hb=6d1dbe79f6796ac880a6789384740404cc11eedb;hp=31f48a556336b133af5cfc46fa2ed0526ec97336;hpb=0144a07edc1a00b065bda208c36986b8201fb15a;p=bup.git diff --git a/HACKING b/HACKING index 31f48a5..9d2f4ff 100644 --- a/HACKING +++ b/HACKING @@ -69,6 +69,11 @@ For example: ./pytest test/int/test_git.py ./pytest test/ext/test-ftp +If you have the xdist module installed, then you can specify its `-n` +option to run the tests in parallel (e.g. `./pytest -nauto ...`), or +you can specify `-j` to make, which will be translated to xdist with +`-j` becoming `-nauto` and `-jN` becoming `-nN`. + Internal tests that test bup's code directly are located in test/int, and external tests that test bup from the outside, typically by running the executable, are located in test/ext.