Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/python-getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ covered. YourBase can be configured to work with tests run in cohorts.
export YOURBASE_ACTIVE_COHORT=12
```

YourBase uses consistent hashing to split your tests across shards so they do not get "reshuffled" when other tests are added or removed. This will give parallelized tests the full benefits of acceleration.

CircleCI users do not have to set the above environment variables as YourBase will inherit them automatically. However you must remove any CircleCI test splitting or globbing, as YourBase will automatically choose which tests to run "just in time".

## Product Usage Data

By default, YourBase tracks how many tests are run and how many are skipped with
Expand Down