Skip to main content

Pragmatic Testing Framework

Project description

Vedro

Codecov PyPI PyPI - Downloads Python Version

Installation

$ pip3 install vedro

Usage

# ./scenarios/decode_base64_encoded_string.py
import base64
import vedro

class Scenario(vedro.Scenario):
    subject = "decode base64 encoded string"

    def given(self):
        self.encoded = "YmFuYW5h"

    def when(self):
        self.decoded = base64.b64decode(self.encoded)

    def then(self):
        assert self.decoded == b"banana"
$ vedro run

Documentation

🚀 vedro.io

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vedro-1.13.3.tar.gz (114.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vedro-1.13.3-py3-none-any.whl (175.7 kB view details)

Uploaded Python 3

File details

Details for the file vedro-1.13.3.tar.gz.

File metadata

  • Download URL: vedro-1.13.3.tar.gz
  • Upload date:
  • Size: 114.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for vedro-1.13.3.tar.gz
Algorithm Hash digest
SHA256 77a1195f9f04d3cd210067b5dfd220620b2dfaa0cd61145ddd31dac5d1b941de
MD5 d518f5c3c37be75839d8ed53d265ba2f
BLAKE2b-256 8f1ef86dad79145f5a7a359890ab9eeb0917309f9cecab92f5b82747590f2bb8

See more details on using hashes here.

File details

Details for the file vedro-1.13.3-py3-none-any.whl.

File metadata

  • Download URL: vedro-1.13.3-py3-none-any.whl
  • Upload date:
  • Size: 175.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for vedro-1.13.3-py3-none-any.whl
Algorithm Hash digest
SHA256 1d97913d9f6d4233cf7398d474aed7140e313178a4a0b6a329873f5fe75da20a
MD5 ec41e1d6c806d2c3a432344a6a60146b
BLAKE2b-256 97515577798725f3a356311b330e7595f8c37a2c5644bde546ef40b36e704f9f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page