Better testing with expecter and pytest.
Project description
pytest-expecter
A pytest plugin for garybernhardt/expecter that hides the internal stacktrace.
Overview
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
pip install pytest-expecter
Revision History
1.2 (2018/03/17)
Added icontains method to check for containment ignoring case.
Added iexcludes method to check for exclusion ignoring case.
1.1 (2018/02/21)
Added expect fixture to use directly in tests.
1.0 (2017/12/03)
Initial stable release.
0.2.2.post7 (2017/12/02)
Added automatic conversion from OrderedDict to dict on Python 3.6 to create readable diffs.
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-1.2.tar.gz
(8.9 kB
view details)
Built Distribution
File details
Details for the file pytest-expecter-1.2.tar.gz
.
File metadata
- Download URL: pytest-expecter-1.2.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | efd92985547f2f2b170d8b7459d00075d9694d3ebdabfb41dbb7f71d9183d5e0 |
|
MD5 | 69ba9152d71b6d4497e914d7ba6d223f |
|
BLAKE2b-256 | 0ec08bafe09a8322746460749af3f89d4b4573ecb8b612b299ffd216fed01027 |
File details
Details for the file pytest_expecter-1.2-py2-none-any.whl
.
File metadata
- Download URL: pytest_expecter-1.2-py2-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d579961379026f5c2211070125f042f882fc0db00488b10ebbdf79491679ff6 |
|
MD5 | 322ca9937e3e1c3588c6b5e7005a4a27 |
|
BLAKE2b-256 | ea3769a1806e31f7242741e6d9b86575156a7b2c58c2b221620e9e547299d5fd |