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 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.2b1.tar.gz
(6.3 kB
view details)
Built Distribution
File details
Details for the file pytest-expecter-2.2b1.tar.gz
.
File metadata
- Download URL: pytest-expecter-2.2b1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.8.0 Darwin/19.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b613e523f81761a35594500135b4c66f941fe7a5a7baa738d372299080ed277 |
|
MD5 | 7b473128ffdf6ab3aeeb8113b420543d |
|
BLAKE2b-256 | cf186a13ec8356041e161ac4efae5c2c3345a19d7faa55ffe317c2897b4757b9 |
File details
Details for the file pytest_expecter-2.2b1-py3-none-any.whl
.
File metadata
- Download URL: pytest_expecter-2.2b1-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.8.0 Darwin/19.5.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7316db1b5ac19257d436e8db01b9dabd9734d3e4d6ca103a5ecdf2d62f040233 |
|
MD5 | 1ec2b022868926fe3e959a872ab8fcaf |
|
BLAKE2b-256 | 047bc6950f071515b5705d75b736cf1815b756056e02a6c54cc4ce3e8e61ce07 |