Python beta is now public

Python beta is now public
Photo by Artturi Jalli / Unsplash

We've been running a private Python Beta for a while now and it's time to release it into the wild.

Our private beta users mostly use pytest so that is the default setup at the moment. Combined with pytest-split (which comes pre-installed on the image) we have a really simple but seriously fast test solution for both pre-commit tests and post-commit tests (using github actions, bitbucket or circleCI orbs).

As a reminder we offer huge concurrency (like 60x) combined with persisted build environments. Keeping the environments around means that we get the benefit of those extra workers (and you don't spend all the time setting up your environment).

To initialize your project type.

brisk project init python

Check out our docs or the site to get started.