pytest plugin to display test execution output like a mochajs
Project description
# pytest-mocha
Pytest output in [MochaJS](http://mochajs.org) format

It uses docstrigs as a tool to create the sections that mocha creates using the `describe` and `it` structure. Example:
```python
# file examples/test_example.py
def test_case():
'''Section :: subsection :: Should execute test'''
pass
```
outputs this:
```
Section :: examples/test_example.py
subsection
✓ Should execute test
```
## Install
```
pip install pytest-mocha
```
## Use
```
pytest --mocha
```
## Args
* `--mocha`: Enable mocha as pytest reporter
* `--mocha-force-disable`: Disable mocha reporter even if enabled with `--mocha` flag
Pytest output in [MochaJS](http://mochajs.org) format

It uses docstrigs as a tool to create the sections that mocha creates using the `describe` and `it` structure. Example:
```python
# file examples/test_example.py
def test_case():
'''Section :: subsection :: Should execute test'''
pass
```
outputs this:
```
Section :: examples/test_example.py
subsection
✓ Should execute test
```
## Install
```
pip install pytest-mocha
```
## Use
```
pytest --mocha
```
## Args
* `--mocha`: Enable mocha as pytest reporter
* `--mocha-force-disable`: Disable mocha reporter even if enabled with `--mocha` flag
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-mocha-0.2.0.tar.gz
(3.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pytest-mocha-0.2.0.tar.gz.
File metadata
- Download URL: pytest-mocha-0.2.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7bb673d023502110e09c3d410ebe296cc0a939c6b0f0c1aad57cdc9182a3fc8
|
|
| MD5 |
42e560aa12d97af0feca5f9fce6de2bb
|
|
| BLAKE2b-256 |
3cbb0e694097dbfe8c17825fc7da78340fe49180142f626091fc6b3d89d635b0
|
File details
Details for the file pytest_mocha-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: pytest_mocha-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
010f2279cb4d90900d713db5f5251ecb9141ad12dca418377d6f666b3d938ffc
|
|
| MD5 |
cd713a9105c3d04d96d36a5ccd059123
|
|
| BLAKE2b-256 |
1a1a4d772c33801929b247b5977894eb075e69b1cf889486c1df00bd011b9e1d
|