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 (unreleased)
Added icontains method to check for containment 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.2a1.tar.gz
(8.8 kB
view details)
Built Distribution
File details
Details for the file pytest-expecter-1.2a1.tar.gz
.
File metadata
- Download URL: pytest-expecter-1.2a1.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d62a236e2959a943f7ada82701d44c7fc7b5b0c31866766d14cceda0a4a1c2bf |
|
MD5 | 74a0312a2ef7b61036ea30980de14eb0 |
|
BLAKE2b-256 | 18e9d7a6a6fdd56b88a8d4220c480a4e62afdf52850295ddb8abd41a8f213e95 |
File details
Details for the file pytest_expecter-1.2a1-py2-none-any.whl
.
File metadata
- Download URL: pytest_expecter-1.2a1-py2-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab3376d592fc19e78349da4bbf8a3bb0ee2f728ac603884767179717538dffb7 |
|
MD5 | a98869e062a43b7a767ba04e33a3d792 |
|
BLAKE2b-256 | ce826af14b01e2c7f9031999dce23650262f54c51031aa0e6fa1855d26666a6c |