tarpas / pytest-testmon

Selects tests affected by changed files. Executes the right tests first. Continuous test runner when used with pytest-watch.
https://testmon.org
MIT License
800 stars 54 forks source link

Filter stored failure reports #135

Closed blueyed closed 2 years ago

blueyed commented 5 years ago

Stored failure reports should be only displayed filtered (e.g. for when -k is used), which could be done by calling pytest_colletion_modifyitems on them probably.

For this FakeItemFromTestmon would need to be improved though. E.g. pytest-django expect it to have a get_closest_marker method etc.

tarpas commented 2 years ago

This is not relevant after #166