Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

0.17.0a0

Compare
Choose a tag to compare
@darrenburns darrenburns released this 09 Nov 16:05
· 561 commits to master since this release

Rewrite of fixture caching to make it more scalable.

This will allow us to support arbitrary fixture scopes much easier (e.g. Hypothesis examples can each have their own scope).

The rewrite also removes the awkward requirement that tests had to run in sequential order. This means we can now support things like randomised test order, and multi-process mode.