|
1 |
| -[](http://pytest_info_collector.readthedocs.org/en/latest/?badge=latest) |
2 |
| -[](https://travis-ci.org/aragilar/pytest_info_collector) |
3 |
| -[](https://codecov.io/github/aragilar/pytest_info_collector?branch=master) |
4 |
| -[](https://pypi.python.org/pypi/pytest_info_collector/) |
5 |
| -[](https://pypi.python.org/pypi/pytest_info_collector/) |
6 |
| -[](https://pypi.python.org/pypi/pytest_info_collector/) |
7 |
| -[](https://pypi.python.org/pypi/pytest_info_collector/) |
8 |
| -[](https://pypi.python.org/pypi/pytest_info_collector/) |
9 |
| -[](https://pypi.python.org/pypi/pytest_info_collector/) |
10 |
| -[](https://pypi.python.org/pypi/pytest_info_collector/) |
| 1 | +[](http://pytest-info-collector.readthedocs.org/en/latest/?badge=latest) |
| 2 | +[](https://travis-ci.org/aragilar/pytest-info-collector) |
| 3 | +[](https://codecov.io/github/aragilar/pytest-info-collector?branch=master) |
| 4 | +[](https://pypi.python.org/pypi/pytest-info-collector/) |
| 5 | +[](https://pypi.python.org/pypi/pytest-info-collector/) |
| 6 | +[](https://pypi.python.org/pypi/pytest-info-collector/) |
| 7 | +[](https://pypi.python.org/pypi/pytest-info-collector/) |
| 8 | +[](https://pypi.python.org/pypi/pytest-info-collector/) |
| 9 | +[](https://pypi.python.org/pypi/pytest-info-collector/) |
| 10 | +[](https://pypi.python.org/pypi/pytest-info-collector/) |
11 | 11 |
|
| 12 | +`pytest_info_collector` is a plugin for pytest providing a fixture for collecting |
| 13 | +information from tests and displaying it, independent of the test status. |
12 | 14 |
|
13 |
| -pytest_info_collector is |
| 15 | +A simple example of this is: |
| 16 | +```python |
| 17 | + |
| 18 | + def test_single(test_info): |
| 19 | + test_info("A simple test") |
| 20 | +``` |
| 21 | +which would display "A simple test" at the end of the tests. Further |
| 22 | +documentation can be found at [https://pytest-info-collector.readthedocs.io](https://pytest-info-collector.readthedocs.io). |
14 | 23 |
|
15 | 24 | Bug reports and suggestions should be filed at
|
16 |
| -[https://github.com/aragilar/pytest_info_collector/issues](https://github.com/aragilar/pytest_info_collector/issues). |
| 25 | +[https://github.com/aragilar/pytest-info-collector/issues](https://github.com/aragilar/pytest-info-collector/issues). |
0 commit comments