Brian Okken
Brian Okken
Thanks Paul. I don't know the answers to any of those questions. - Docstrings need to be in markdown. Not sure what Google docstring style is. - type hints. probably...
This is a very good point. Are you interested in working on a fix?
I was just trying to reproduce the problem and don't see a problem. **test_foo.py** ```python from pytest_check import check def test_multiple_failures(): a = (1, 2, 3) b = (3, 2,...
Ah. Ok. Regarding "Is it necessary to support all of them in pytest-check or just some of them?", let's start with just supporting --tb=no and take it from there.
Thank you. I’ll take a look later this week.
Changing title from "Cannot disable the traceback in the error message" to "--tb=no should remove tracebacks from xml output"
fixed by version 1.0.10
This is a nice feature. I'd like to look into it. It needs to add real-time logging without duplicating the overall error report.
What do you think about this option? We could add the flag `--log-check-level` and maybe the setting `log_check_level`, defaulting to `NOTSET`. And if set, the failures are logged. This would...
simplifying the plugin would be great. Allowing text reporting would be preferable to not.