Python
Python Quick Start
Get started with Autoblocks Datasets in Python.
Python Quick Start
This guide will help you get started with using datasets in Python.
Installation
First, install the Autoblocks client:
Setup
Set your Autoblocks API key from the settings page as an environment variable:
Basic Usage
Here’s how to fetch a dataset and use it in your code:
Working with Dataset Splits
Dataset splits allow you to divide your dataset into smaller, more manageable pieces. This is useful for creating subsets of your dataset for different testing scenarios.
Using Datasets with Test Suites
You can use datasets with test suites to associate test results with dataset items: