About Anaconda Help Download Anaconda

conda-forge / packages / snapshottest 0.6.0

Snapshot Testing utils for Python

Installers

Info: This package contains files in non-standard labels.
  • noarch v0.6.0

conda install

To install this package run one of the following:
conda install conda-forge::snapshottest
conda install conda-forge/label/cf202003::snapshottest

Description

Snapshot testing is a way to test your APIs without writing actual test cases.

  1. A snapshot is a single state of your API, saved in a file.
  2. You have a set of snapshots for your API endpoints.
  3. Once you add a new feature, you can generate automatically new snapshots for the updated API.

© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy