About Anaconda Help Download Anaconda

conda-forge / packages / expecttest 0.2.1

Expect tests for unittest

copied from cf-staging / expecttest

Installers

  • noarch v0.2.1

conda install

To install this package run one of the following:
conda install conda-forge::expecttest

Description

This library implements expect tests (also known as "golden" tests). Expect tests are a method of writing tests where instead of hard-coding the expected output of a test, you run the test to get the output, and the test framework automatically populates the expected output. If the output of the test changes, you can rerun the test with the environment variable EXPECTTEST_ACCEPT=1 to automatically update the expected output.


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