Skip to main content

This plugin is used to expect multiple assert using pytest framework.

Project description

# pytest_expectr

pytest-expectr is a plugin for [pytest](https://docs.pytest.org/en/latest/) that provide expect to tests/fixtures for multiple assert use.

## Requirements

You will need the following prerequisites in order to use pytest-expectr:

- Python 2.7, 3.6, PyPy, or PyPy3
- pytest 2.6 or newer

## How to install

To install pytest-expectr:

```bash
pip install pytest-expectr
```

## How to use

```python
def test_hello(expect):
expect(1==2, 'your error message 1')
expect(1==3, 'your error message 2')
...
```


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

pytest_expectr-1.4.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

pytest_expectr-1.4.1-py2.py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page