Pragmatic Testing Framework
Project description
Vedro
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
Release history Release notifications | RSS feed
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.0.tar.gz
(114.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
vedro-1.13.0-py3-none-any.whl
(175.0 kB
view details)
File details
Details for the file vedro-1.13.0.tar.gz.
File metadata
- Download URL: vedro-1.13.0.tar.gz
- Upload date:
- Size: 114.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
928520915277364cccd0d5f75b6e2131ecddfa1c998add78ee9dcc00af95f90f
|
|
| MD5 |
de36bb86cc419a65d75f665b6308da4a
|
|
| BLAKE2b-256 |
151fabcd8ab55a187d6f7a48cc3756db500ecdb1911e9b527a7aea7119abc0ca
|
File details
Details for the file vedro-1.13.0-py3-none-any.whl.
File metadata
- Download URL: vedro-1.13.0-py3-none-any.whl
- Upload date:
- Size: 175.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f1e85847176c6b56f9dce25a57c21d0b7ba8820ed9388a3aa664c5ce0015f00
|
|
| MD5 |
4c73959f8a3ee67b35fa64a3e2888936
|
|
| BLAKE2b-256 |
5fb0bb299c4db57a043d2d4f4358ba54c918cdb0e9ef5d31d14b7cb732f08511
|