Open
Description
Describe the bug
Monitoring results for failed tests are missing from .pymon
.
To Reproduce
- Create some tests:
# test.py
def test_1():
assert 1 == 1
def test_2():
assert 1 == 2
- Run pytest:
pytest test.py
.pymon
has only 1 entry fortest_1
inTEST_METRICS
table.
Expected behavior
Unless I missed something in the documentation, I expect metrics to be reported for failed tests as well.
Desktop (please complete the following information):
- OS: Linux (Ubuntu 20.04), Windows 10
- Python version: 3.8, 3.11
- Pytest version: 6.x, 7.x
- pytest-monitor version: 1.6.5
Metadata
Metadata
Assignees
Labels
No labels