nicoulaj / pytest-csv

CSV reporter for pytest.
GNU General Public License v3.0
21 stars 16 forks source link

Fix a bug when report crash doesn't have a message #13

Closed teake closed 3 years ago

teake commented 3 years ago

This happens e.g. when a test fails without a trace via pytest.fail(msg, pytrace=False).

Also adds unit test support for pytest 6.

teake commented 3 years ago

Note: the pytest < 6 tox envs failed some of the xdist-related tests. That appears to have nothing with this PR though.

teake commented 3 years ago

@nicoulaj bump?

nicoulaj commented 3 years ago

Thanks!