Get up and running in seconds
pip install yourbase pytest # set up dependency graph (one-time) pytest # run tests with acceleration!
See our Python Docs for more details on setting up Test Acceleration.
Set up team-based acceleration gains.
Set up for CI (CircleCI, TravisCI, Jenkins, etc.).
See our Python Docs > For Use in a CI .
Free for 30 days. No credit card required.
After 30 days from first use, test runs will continue to execute but without YourBase Test Acceleration. To continue using YourBase Test Acceleration after 30 days, discuss plan options with us by emailing hi@yourbase.io.
To discontinue at any time, simply uninstall the package. To opt out of usage data sharing, see instructions.
By installing, you agree to our Terms of Service and our Privacy Policy.
pip install yourbase
In a file or section that runs before your tests, import
yourbase
and attach it to unittest
:
import unittest import yourbase yourbase.attach(unittest)
See our Python Docs for more details on setting up Test Acceleration.
Set up team-based acceleration gains.
Set up for CI (CircleCI, TravisCI, Jenkins, etc.).
See our Python Docs > For Use in a CI .
Free for 30 days. No credit card required.
After 30 days from first use, test runs will continue to execute but without YourBase Test Acceleration. To continue using YourBase Test Acceleration after 30 days, discuss plan options with us by emailing hi@yourbase.io.
To discontinue at any time, simply uninstall the package. To opt out of usage data sharing, see instructions.
By installing, you agree to our Terms of Service and our Privacy Policy.