Skip to main content

No project description provided

Project description

Vedro

Codecov PyPI PyPI - Downloads Python Version

(!) Work in progress, breaking changes are possible until v2.0 is released

Installation

pip3 install vedro

Usage

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


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

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

    async def when(self):
        async with aiohttp.ClientSession() as session:
            self.response = await session.get(f"https://httpbin.org/base64/{self.encoded}")

    async def then(self):
        assert (await self.response.text()) == "banana"
python3 -c "import vedro; vedro.run()"

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.0.0.tar.gz (10.1 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.0.0-py3-none-any.whl (19.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: vedro-1.0.0.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

File hashes

Hashes for vedro-1.0.0.tar.gz
Algorithm Hash digest
SHA256 0e401aa0ac78b373181d2fee6b3f777b69c5a5a36c23315bdd630bc11369b919
MD5 c0ac280996505c9eb44588c4f6f6d0ab
BLAKE2b-256 6ad7b765388e911511c5aeb3344bc5a865eb0ae729d58bd4d10b8ca2be5a1ecb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vedro-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 19.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3

File hashes

Hashes for vedro-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bdb9bc13806f665e7d0a7689cbb66731cb170dbb1ec667f6a0b1b22a56bdd11a
MD5 82375a447a69a62c46a14cf378bbd07d
BLAKE2b-256 58e86f21f79a0f7852bac772c1ab37ddb025894ba201a2b7501da1f5a2bf891a

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