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.5.tar.gz
(114.8 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.5-py3-none-any.whl
(175.9 kB
view details)
File details
Details for the file vedro-1.13.5.tar.gz.
File metadata
- Download URL: vedro-1.13.5.tar.gz
- Upload date:
- Size: 114.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f5ca24e6ba525ca6045899ded4dbc5b22d650327d5e5c7970fa1c2b28bee34b
|
|
| MD5 |
dc086ed21befc8bd8edfa0988ea16e8a
|
|
| BLAKE2b-256 |
c48c7830ca9511b69c75892e41bddacf426f199f40967c3a5ef0a267b030d3b7
|
File details
Details for the file vedro-1.13.5-py3-none-any.whl.
File metadata
- Download URL: vedro-1.13.5-py3-none-any.whl
- Upload date:
- Size: 175.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b329fc35671e6fa4fa4d2a56dc8e77a5d757b14c3c7f229e751be8921f3c5375
|
|
| MD5 |
39c00ee8d3e4841f0ae5a31ef4c8ab72
|
|
| BLAKE2b-256 |
5c5f0a597edf7f0787027e5be1c28480ca89c636a1938d6d0dc88ecdb82eff58
|