Better testing with expecter and pytest.
Project description
Overview
A pytest
plugin based on garybernhardt/expecter that hides the internal stacktrace.
Quick Start
This lets you write tests (optionally using ropez/pytest-describe) like this:
def describe_foobar():
def it_can_pass(expect):
expect(2 + 3) == 5
def it_can_fail(expect):
expect(2 + 3) == 6
and get output like this:
============================= FAILURES =============================
___________________ describe_foobar.it_can_fail ____________________
def it_can_fail(expect):
> expect(2 + 3) == 6
E AssertionError: Expected 6 but got 5
test_foobar.py:7: AssertionError
================ 1 failed, 1 passed in 2.67 seconds ================
Installation
Install it directly into an activated virtual environment:
$ pip install pytest-expecter
or add it to your Poetry project:
$ poetry add pytest-expecter
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
pytest-expecter-2.0a1.tar.gz
(6.1 kB
view details)
Built Distribution
File details
Details for the file pytest-expecter-2.0a1.tar.gz
.
File metadata
- Download URL: pytest-expecter-2.0a1.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.3 CPython/3.8.1 Darwin/19.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f04d4be70c011b0ac435b7c00e3c841616e87c763c6e83b59654ba219a9a79e |
|
MD5 | bc94e012757288cebe774e351a455d44 |
|
BLAKE2b-256 | 940711a7174171f8adeddcb9a001eb2df49a258dd0b5a3d3174becfbab599238 |
File details
Details for the file pytest_expecter-2.0a1-py3-none-any.whl
.
File metadata
- Download URL: pytest_expecter-2.0a1-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.3 CPython/3.8.1 Darwin/19.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea8c4f721021a074fa7e29a7bacfa3ca82cef572de88a1b7b558ad595db5216a |
|
MD5 | 12db6a3b86e069161b6ae76eeb18e067 |
|
BLAKE2b-256 | adfdd3764b1e7d15485ee6e05a11c3272a501b8a5abd3a72db20322f8536df86 |