Skip to content

Commit

Permalink
Update dox
Browse files Browse the repository at this point in the history
  • Loading branch information
camsaul committed Sep 5, 2024
1 parent 9577006 commit 8e474cd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,13 @@ Running 575 tests
...
```

`:partition/index` is zero-based, e.g. if you have ten partitions (`:partiton/total 10`) then the first partition is `0` and
the last is `9`.
`:partition/index` is zero-based, e.g. if you have ten partitions (`:partiton/total 10`) then the first partition is `0`
and the last is `9`.

Tests are partitioned at the `deftest` level after all tests are found the usual way -- all namespaces that would be
loaded if you were running the entire test suite are still loaded. Partitions are split as evenly as possible, but
tests are guaranteed to be split deterministically into exactly the number of partitions you asked for.
Tests are partitioned at the var (`deftest`) level after all tests are found the usual way, but all tests in any given
namespace will always be split into the same partition. All namespaces that would be loaded if you were running the
entire test suite are still loaded. Partitions are split as evenly as possible, but tests are guaranteed to be split
deterministically into exactly the number of partitions you asked for.


## Additional options
Expand Down

0 comments on commit 8e474cd

Please sign in to comment.